Skip to content

Commit

Permalink
fixed gh release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Oct 6, 2023
1 parent 63eabce commit ab6ed4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref }} code.tar.gz#"Source code including submodules (tar.gz)"
gh release upload ${{ github.ref }} code.zip#"Source code including submodules (zip)"
gh release upload ${{ github.ref_name }} code.tar.gz#"Source code including submodules (tar.gz)"
gh release upload ${{ github.ref_name }} code.zip#"Source code including submodules (zip)"

0 comments on commit ab6ed4c

Please sign in to comment.