diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1144b4..896d3f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v4 with: - name: ${{ env.BIN }}-${{ tag }}-${{ matrix.target }} + name: ${{ env.BIN }}-${{ env.tag }}-${{ matrix.target }} path: ${{ env.SRC }}/target/${{ matrix.target }}/release/${{ env.BIN }} if-no-files-found: error @@ -94,6 +94,6 @@ jobs: - name: Release new version uses: softprops/action-gh-release@v1 with: - name: ${{ tag }} + name: ${{ env.tag }} body: "⚠️ Changelog not yet provided." files: $artifacts/*