Skip to content

Commit

Permalink
fix upload to zenodo by using a built version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Feb 4, 2025
1 parent 158b777 commit ab7f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Upload to Zenodo
id: release
uses: megasanjay/upload-to-zenodo@43390984723d64d501f361820f6e558dececdfcc
uses: codingpaula/upload-to-zenodo@fix-octet-stream
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
zenodo_token: ${{ secrets.ZENODO_TOKEN }}
Expand Down

0 comments on commit ab7f771

Please sign in to comment.