From 32fe405855d947350f3ed7cfc47ac73fe64063f3 Mon Sep 17 00:00:00 2001 From: clavinjune <24659468+clavinjune@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:49:18 +0700 Subject: [PATCH] feat: install upx Signed-off-by: clavinjune <24659468+clavinjune@users.noreply.github.com> --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c355a98..1f09b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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