From 2d3839cc90b86cbfe8e5fd51daa191853749942c Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Tue, 22 Jul 2025 10:34:51 -0700 Subject: [PATCH] Fixing issue uploading tgz linux builds in github action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d80d05..5eb042c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: