mirror of
https://github.com/ikunshare/Onekey.git
synced 2026-01-12 16:25:53 +08:00
Update release.yml
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -65,12 +65,12 @@ jobs:
|
||||
main.py
|
||||
|
||||
- name: Compress with UPX
|
||||
uses: crazy-max/ghaction-upx@v3
|
||||
uses: crazy-max/ghaction-upx@v3.2.0
|
||||
with:
|
||||
version: latest
|
||||
files: |
|
||||
./dist/*.exe
|
||||
args: "-9"
|
||||
args: "-fq"
|
||||
|
||||
- name: Create Release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
||||
Reference in New Issue
Block a user