Skip to content

Commit eb8c428

Browse files
committed
Update BitMono.CLI.Release.yml
1 parent 3b1132a commit eb8c428

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
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

50-
- name: Download build
51-
uses: actions/download-artifact@v4
52-
with:
53-
name: build
54-
path: ./build/
55-
5650
- name: Create version
5751
id: get-version
5852
run: echo "version=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
@@ -72,7 +66,7 @@ jobs:
7266
with:
7367
name: BitMono Release v${{ steps.get-version.outputs.version }}
7468
tag: v${{ steps.get-version.outputs.version }}
75-
artifacts: "./build/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
69+
artifacts: "./src/BitMono.CLI/bin/Release/${{ matrix.target-framework }}/${{ matrix.runtime }}/BitMono-v${{ github.ref_name }}-CLI-${{ matrix.target-framework }}-${{ matrix.runtime }}.zip"
7670
token: ${{ secrets.PAT }}
7771
prerelease: ${{ steps.check-prerelease.outputs.is_prerelease }}
7872
allowUpdates: true

0 commit comments

Comments
 (0)