Skip to content

Commit

Permalink
Remove chdig standalone binary from the mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Apr 4, 2024
1 parent 69c3f46 commit 9bd4813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
mapping[chdig*-x86_64.pkg.tar.zst]=chdig-latest-x86_64.pkg.tar.zst
mapping[chdig*_amd64.deb]=chdig-latest_amd64.deb
mapping[chdig*_amd64.tar.gz]=chdig-latest_amd64.tar.gz
mapping[chdig]=chdig
for pattern in "${!mapping[@]}"; do
cp $pattern ${mapping[$pattern]}
done
Expand Down

0 comments on commit 9bd4813

Please sign in to comment.