Skip to content

Commit

Permalink
ci: fix tag not found
Browse files Browse the repository at this point in the history
  • Loading branch information
HilkopterBob authored Oct 28, 2024
1 parent 3118586 commit 04299fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload 180504390 \
gh release upload nightly \
release/packagelock-${{ env.APP_VERSION }}-linux-amd64-nightly.tar.gz \
release/packagelock-${{ env.APP_VERSION }}-linux-amd64-nightly.tar.gz.md5 \
--clobber

0 comments on commit 04299fa

Please sign in to comment.