forked from mirrors/kingfisher
Fixing issue uploading tgz linux builds in github action
This commit is contained in:
parent
ef35c4471d
commit
f3fb0a064a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
mkdir -p dist
|
||||
cp target/release/kingfisher-linux-x64.tgz dist/
|
||||
cp target/release/kingfisher-linux-x64.deb dist/
|
||||
cp target/release/kingfisher--linuxx64.rpm dist/
|
||||
cp target/release/kingfisher-linux-x64.rpm dist/
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue