Skip to content

Commit

Permalink
Merge pull request #50 from tomsjansons/fix-execute-perm-2
Browse files Browse the repository at this point in the history
fix: use tar on win
  • Loading branch information
tomsjansons authored Jan 9, 2025
2 parents aff96ea + f18963c commit eef3a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
if [ "${{ matrix.os }}" = "windows-latest" ]; then
cp "target/${{ matrix.target }}/release/ridi-router.exe" "dist/ridi-router-${{ matrix.name }}.exe"
cd dist
zip "ridi-router-${{ matrix.name }}.zip" "ridi-router-${{ matrix.name }}.exe"
tar -a -c -f "ridi-router-${{ matrix.name }}.zip" "ridi-router-${{ matrix.name }}.exe"
elif [ "${{ matrix.os }}" = "macos-latest" ]; then
# Binary already in dist from build step
cd dist
Expand Down

0 comments on commit eef3a23

Please sign in to comment.