From caff822146c4673cff2e85557a71dcc41240582d Mon Sep 17 00:00:00 2001 From: Yoni Lerner Date: Wed, 10 Jan 2024 21:54:54 -0500 Subject: [PATCH] a --- .github/workflows/build.yml | 2 +- RetakesAllocator/release.bash | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa32c2d..77319e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,4 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{github.workspace}}/RetakesAllocator/bin/Release/RetakesAllocator + files: ${{github.workspace}}/RetakesAllocator/bin/Release/RetakesAllocator.zip diff --git a/RetakesAllocator/release.bash b/RetakesAllocator/release.bash index d2c4cd4..7d1b534 100644 --- a/RetakesAllocator/release.bash +++ b/RetakesAllocator/release.bash @@ -22,7 +22,7 @@ echo cp -rf "$TARGET_DIR/runtimes/linux-x64" "$NEW_DIR/runtimes" cp -rf "$TARGET_DIR/runtimes/linux-x64" "$NEW_DIR/runtimes" echo cp -rf "$TARGET_DIR/runtimes/win-x64" "$NEW_DIR/runtimes" cp -rf "$TARGET_DIR/runtimes/win-x64" "$NEW_DIR/runtimes" -#echo zip -r "$TARGET_NAME.zip" "$NEW_DIR/" -#zip -r "./bin/Release/$TARGET_NAME.zip" "$NEW_DIR/" +echo zip -r "./bin/Release/$TARGET_NAME.zip" "$NEW_DIR/" +zip -r "./bin/Release/$TARGET_NAME.zip" "$NEW_DIR/" tree ./bin \ No newline at end of file