Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-18 23:46:20 -04:00 committed by GitHub
parent 89ff2343bc
commit cb866cadcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ jobs:
Invoke-WebRequest -OutFile upx.zip https://github.com/user-attachments/files/15894908/upx-4.2.4-win64.zip
Expand-Archive upx.zip -DestinationPath upx
ls src
upx/upx-4.2.4-win64/upx.exe --lzma --brute -o src/Picocrypt.exe src/3.exe
upx/upx-4.2.4-win64/upx.exe --lzma --brute -o src/Picocrypt.exe src/4.exe
- name: Upload artifact
uses: actions/upload-artifact@v4