Fixing issue uploading tgz linux builds in github action

This commit is contained in:
Mick Grove 2025-07-22 10:34:51 -07:00
commit 2d3839cc90

View file

@ -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: