Skip to content

Commit

Permalink
run UPX against portable version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 11, 2023
1 parent fe6005c commit 4787532
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run UPX against portable version
uses: crazy-max/ghaction-upx@v3
with:
version: latest
files: |
./src-tauri/target/release/omp-launcher.exe
args: -9 -fq

- name: Generate artifact name
id: vars
shell: bash
Expand Down

0 comments on commit 4787532

Please sign in to comment.