diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ee5699..a0af088 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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