diff --git a/.github/workflows/release-binary-assets.yml b/.github/workflows/release-binary-assets.yml index a48ae6d..6de4d57 100644 --- a/.github/workflows/release-binary-assets.yml +++ b/.github/workflows/release-binary-assets.yml @@ -71,6 +71,7 @@ jobs: allowUpdates: true artifactErrorsFailBuild: true artifacts: ${{ env.FILENAME }} + tag: ${{ env.TAG }} artifactContentType: application/octet-stream omitBodyDuringUpdate: true omitNameDuringUpdate: true @@ -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