From 92c3efaf1b30819e953d1d611804cbea5f4e14e7 Mon Sep 17 00:00:00 2001 From: sunnamed434 Date: Wed, 24 Jul 2024 15:40:29 +0300 Subject: [PATCH] Update BitMono.CLI.Release.yml --- .github/workflows/BitMono.CLI.Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BitMono.CLI.Release.yml b/.github/workflows/BitMono.CLI.Release.yml index b4ece399..30bacc9c 100644 --- a/.github/workflows/BitMono.CLI.Release.yml +++ b/.github/workflows/BitMono.CLI.Release.yml @@ -43,7 +43,7 @@ jobs: - name: Upload build uses: actions/upload-artifact@v3 # Do not use v4 as it is not working properly, see: https://github.com/actions/upload-artifact/issues/478 with: - name: build + name: ${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }} path: "./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip" if-no-files-found: error