Skip to content

Commit

Permalink
test: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 23, 2024
1 parent 9a97b70 commit 1862d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
mkdir dist-zip
cd ./binaries
find . -name 'baboon-*' -type d -exec zip -r9 ../dist-zip/{}.zip {}/'baboon*' \;
find . -name 'baboon-*' -type d -exec mv {}/'baboon*' ../dist-zip/{} \;
find . -name 'baboon-*' -type d -exec bash -x -c "zip -r9 ../dist-zip/{}.zip {}/baboon*" \;
find . -name 'baboon-*' -type d -exec bash -x -c "mv {}/baboon* ../dist-zip/{}" \;
- uses: softprops/action-gh-release@v2
id: create-release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1862d35

Please sign in to comment.