Skip to content

Commit

Permalink
fix folder location in workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness authored Oct 30, 2024
1 parent 8bdd45c commit 1bf70a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_contributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- name: update output files
run: |
cd scripts
python to_contribs_txt.py
python to_sources_jsons.py
cd ..
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1bf70a4

Please sign in to comment.