From c9ebb50e309d84c374cd16eaec2d7ede54ce7709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 31 Dec 2023 19:10:37 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20GitHub=20Action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/*