Skip to content

Commit

Permalink
Beta341 (#348)
Browse files Browse the repository at this point in the history
* beta338

* beta319

* beta340

* beta341

* actionfix
  • Loading branch information
Hoshinonyaruko authored Mar 17, 2024
1 parent ca2b96c commit 5976ce4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ jobs:
fi
- name: Compress executable files with UPX
run: |
sudo apt-get update
sudo apt-get install -y upx
if [ "$GOOS" = "windows" ]; then
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}.exe
else
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}
fi
run: |
sudo apt-get update
sudo apt-get install -y upx
if [ "$GOOS" = "windows" ]; then
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}.exe
else
upx --best --lzma output/gensokyo-${{ matrix.os }}-${{ matrix.goarch }}
fi
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5976ce4

Please sign in to comment.