diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 395758a..56d02c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,13 +78,13 @@ jobs: use-cross: ${{ matrix.cross }} command: build args: --release --target=${{ matrix.target }} - - name: Compress binaries - continue-on-error: true - uses: svenstaro/upx-action@v2 - with: - file: target/${{ matrix.target }}/release/ipa_renamer${{ matrix.file-ext }} - args: -q --best --lzma - strip: false + # - name: Compress binaries + # continue-on-error: true + # uses: svenstaro/upx-action@v2 + # with: + # file: target/${{ matrix.target }}/release/ipa_renamer${{ matrix.file-ext }} + # args: -q --best --lzma + # strip: false - name: pack run: | mkdir -p release-${{ matrix.target }} @@ -94,4 +94,4 @@ jobs: - name: release uses: softprops/action-gh-release@v1 with: - files: release-${{ matrix.target }}/* \ No newline at end of file + files: release-${{ matrix.target }}/*