Skip to content

Commit 1bf70a4

Browse files
authored
fix folder location in workflow (#3)
1 parent 8bdd45c commit 1bf70a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
- name: update output files
4545
run: |
46+
cd scripts
4647
python to_contribs_txt.py
4748
python to_sources_jsons.py
48-
cd ..
4949
5050
- uses: actions/upload-artifact@v4
5151
with:

0 commit comments

Comments
 (0)