Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
yonilerner committed Jan 11, 2024
1 parent ed93875 commit caff822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions RetakesAllocator/release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit caff822

Please sign in to comment.