File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments