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