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 1862d35 commit 535d7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cd ./binaries
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/{}" \;
find . -type f -exec bash -x -c "mv {} ../dist-zip/${${${{}/.\//}//\//-}//-baboon/}" \;
- uses: softprops/action-gh-release@v2
id: create-release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 535d7d9

Please sign in to comment.