Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 25, 2024
1 parent c87bb8f commit 4501065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload assets
run: |
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_arm64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_amd64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_amd64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_amd64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_amd64.rpm dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_arm64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_arm64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_arm64.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_arm64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_amd64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.rpm dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 4501065

Please sign in to comment.