Skip to content

Commit

Permalink
Deploy chdig standalone binary properly
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Apr 5, 2024
1 parent ceb06cd commit b55be0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
mapping[chdig*-x86_64.pkg.tar.zst]=chdig-latest-x86_64.pkg.tar.zst
mapping[chdig*-x86_64.tar.gz]=chdig-latest-x86_64.tar.gz
mapping[chdig*_amd64.deb]=chdig-latest_amd64.deb
mapping[target/chdig]=chdig
for pattern in "${!mapping[@]}"; do
cp $pattern ${mapping[$pattern]}
done
Expand All @@ -91,7 +92,7 @@ jobs:
with:
name: linux-packages
path: |
/usr/bin/chdig
chdig
*.deb
*.rpm
*.tar.*
Expand Down

0 comments on commit b55be0f

Please sign in to comment.