We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e264543 commit 7784d5cCopy full SHA for 7784d5c
.github/actions/zenodo-release/action.yml
@@ -25,7 +25,7 @@ runs:
25
--token '${{inputs.token}}' \
26
--record-id '${{inputs.prevrecord}}' \
27
--tool '${{inputs.tool}}' \
28
- --file 'upload/${{inputs.tool}}.zip' \
+ --file '${{inputs.tool}}.zip' \
29
--metadata '${{github.action_path}}/metadata.json' \
30
--cleanup-drafts
31
shell: bash
.github/workflows/linux-build-test-deploy.yml
@@ -50,8 +50,8 @@ jobs:
50
uses: softprops/action-gh-release@v1
51
with:
52
tag_name: ${{ github.ref_name }}
53
- name: ConcurrentWitness2Test.zip
54
- asset_path: ./ConcurrentWitness2Test.zip
+ name: ConcurrentWitness2Test
+ files: ./ConcurrentWitness2Test.zip
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- name: Create zenodo release and deploy tools
0 commit comments