Skip to content

Commit

Permalink
fix: missing tag arg for upload archive
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 11, 2025
1 parent 9d22754 commit c594839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-binary-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: ${{ env.FILENAME }}
tag: ${{ env.TAG }}
artifactContentType: application/octet-stream
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
allowUpdates: true
artifactErrorsFailBuild: true
artifacts: target/x86_64-unknown-linux-musl/debian/t-rec*.deb
tag: ${{ env.TAG }}
artifactContentType: application/octet-stream
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
Expand Down

0 comments on commit c594839

Please sign in to comment.