From 98931d7436c8096dce48ef0b23d34f02dfa7545d Mon Sep 17 00:00:00 2001 From: brusher_ru Date: Tue, 9 Jul 2024 15:05:27 +0300 Subject: [PATCH] fix: add version suffix to artifact names --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09e41df..fd151da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Archive artifacts uses: actions/upload-artifact@v3 with: - name: quicksync-${{ matrix.artifact-name }}${{ steps.version.output.suffix }} + name: quicksync-${{ matrix.artifact-name }}${{ steps.version.outputs.suffix }} path: | target/release/quicksync${{ matrix.os == 'windows-2019' && '.exe' || '' }} if-no-files-found: error