Skip to content

Commit b2494de

Browse files
committed
Update BitMono.CLI.Release.yml
1 parent 92c3efa commit b2494de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BitMono.CLI.Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Upload build
4444
uses: actions/upload-artifact@v3 # Do not use v4 as it is not working properly, see: https://github.com/actions/upload-artifact/issues/478
4545
with:
46-
name: ${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}
46+
name: BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}
4747
path: "./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
4848
if-no-files-found: error
4949

0 commit comments

Comments
 (0)