Skip to content

Commit

Permalink
do not compress executabe in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Muñoz committed Sep 21, 2023
1 parent 7fe911f commit f30251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: cmd
if: ${{ matrix.os == 'windows-latest' }}
run: >-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && gradlew.bat nativeImage && gradlew.bat compressExecutable
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && gradlew.bat nativeImage
- uses: actions/upload-artifact@v3
with:
path: ${{ matrix.local_path }}
Expand Down

0 comments on commit f30251f

Please sign in to comment.