Skip to content

Commit

Permalink
feat: install upx
Browse files Browse the repository at this point in the history
Signed-off-by: clavinjune <[email protected]>
  • Loading branch information
clavinjune committed Jan 12, 2025
1 parent 8b3edca commit 32fe405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'push'
run: |
mkdir -p src/
brew install upx
make ci/release
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 32fe405

Please sign in to comment.