Skip to content

Commit 5b42401

Browse files
authored
Fix upload to zenodo by using our own built version (#4303)
Unfortunately, there hasn't been any progress on [this issue](megasanjay/upload-to-zenodo#58), so this PR tests if the new version that was created by running `npm build` fixes our problem with the upload. If this works, we will create another pull request on the original `upload-to-zenodo` repo.
1 parent 158b777 commit 5b42401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/citation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Upload to Zenodo
1414
id: release
15-
uses: megasanjay/upload-to-zenodo@43390984723d64d501f361820f6e558dececdfcc
15+
uses: codingpaula/upload-to-zenodo@fix-octet-stream
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818
zenodo_token: ${{ secrets.ZENODO_TOKEN }}

0 commit comments

Comments
 (0)