Skip to content

Commit

Permalink
Only compress linux app
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jul 26, 2023
1 parent 72620b6 commit 5cd2a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Package app
run: scala-cli package . -o "${{ matrix.local_path }}" --native-image ${{ matrix.OS != 'macos-latest' && '--graalvm-args --static' || '' }}
- name: Compress artifact
if: ${{ matrix.OS != 'macos-latest' }}
if: ${{ matrix.OS == 'ubuntu-latest' }}
uses: crazy-max/ghaction-upx@v2
with:
args: --best
Expand Down

0 comments on commit 5cd2a46

Please sign in to comment.