Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-17 23:45:59 -04:00 committed by GitHub
parent 293c1a822f
commit c5579174fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
with:
go-version: '>=1.22'
check-latest: true
cache-dependency-path: "**/go.sum"
cache: false
- name: Install dependencies
run: |
@ -34,16 +34,18 @@ jobs:
CGO_ENABLED: 1
# - name: Add icon and manifest
# shell: pwsh
# run: |
# Invoke-WebRequest https://www.angusj.com/resourcehacker/reshacker_setup.exe
# reshacker_setup.exe /SILENT
# rh
# - name: Compress with upx
# run: |
# Invoke-WebRequest https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip
# Expand-Archive upx-4.2.4-win64.zip -DestinationPath upx
# upx/upx-4.2.4-win64/upx.exe --lzma --brute src/Picocrypt.exe
- name: Compress with upx
shell: pwsh
run: |
Invoke-WebRequest https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip -OutFile upx.zip
Expand-Archive upx.zip -DestinationPath upx
upx/upx-4.2.4-win64/upx.exe --lzma --brute src/Picocrypt.exe
- name: Upload artifact
uses: actions/upload-artifact@v4