From 014f04e7f796bd17a1fc67fdbc69ccc4f996094f Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Wed, 23 Oct 2024 20:28:25 +0100 Subject: [PATCH] test: gha --- .github/workflows/baboon-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/baboon-build.yml b/.github/workflows/baboon-build.yml index be61a57..94bf304 100644 --- a/.github/workflows/baboon-build.yml +++ b/.github/workflows/baboon-build.yml @@ -98,7 +98,7 @@ jobs: cd ./binaries find . -name 'baboon-*' -type d -exec bash -x -c "zip -r9 ../dist-zip/{}.zip {}/baboon*" \; - find . -type f -exec bash -x -c "mv {} ../dist-zip/${${${{}/.\//}//\//-}//-baboon/}" \; + 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/')