Skip to content

Commit 7784d5c

Browse files
committed
fix-path
1 parent e264543 commit 7784d5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/zenodo-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
--token '${{inputs.token}}' \
2626
--record-id '${{inputs.prevrecord}}' \
2727
--tool '${{inputs.tool}}' \
28-
--file 'upload/${{inputs.tool}}.zip' \
28+
--file '${{inputs.tool}}.zip' \
2929
--metadata '${{github.action_path}}/metadata.json' \
3030
--cleanup-drafts
3131
shell: bash

.github/workflows/linux-build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
uses: softprops/action-gh-release@v1
5151
with:
5252
tag_name: ${{ github.ref_name }}
53-
name: ConcurrentWitness2Test.zip
54-
asset_path: ./ConcurrentWitness2Test.zip
53+
name: ConcurrentWitness2Test
54+
files: ./ConcurrentWitness2Test.zip
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Create zenodo release and deploy tools

0 commit comments

Comments
 (0)