forked from mirrors/kingfisher
fixed CI to not upload bare checksum, because they are included in zip file
This commit is contained in:
parent
96ab9a6d58
commit
283e9d29b3
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -342,14 +342,11 @@ jobs:
|
|||
run: |
|
||||
mkdir -p dist
|
||||
cp target/release/kingfisher-windows-${{ matrix.arch }}.zip dist/
|
||||
cp target/release/CHECKSUM-windows-${{ matrix.arch }}.txt dist/
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: kingfisher-windows-${{ matrix.arch }}
|
||||
path: |
|
||||
dist/kingfisher-windows-${{ matrix.arch }}.zip
|
||||
dist/CHECKSUM-windows-${{ matrix.arch }}.txt
|
||||
path: dist/kingfisher-windows-${{ matrix.arch }}.zip
|
||||
|
||||
release:
|
||||
name: Public GitHub Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue