Skip to content

Commit 0c37218

Browse files
author
Goran Jelic-Cizmek
committed
Fix release filename
`nrn-full-src-package` should be replaced by ref to output filename
1 parent 31530e2 commit 0c37218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271

272272
- name: Upload to GitHub release
273273
run: |
274-
gh release upload ${{ env.REL_TAG }} nrn-full-src-package
274+
gh release upload ${{ env.REL_TAG }} ${{ needs.nrn-full-src-package.outputs.filename }}
275275
env:
276276
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
277277

0 commit comments

Comments
 (0)