Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-19 22:04:55 -04:00 committed by GitHub
parent b81b9949d6
commit 135d71bfaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ on:
- main - main
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
workflow_dispatch:
jobs: jobs:
build: build:
@ -62,8 +61,7 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
Invoke-WebRequest -OutFile upx.zip https://github.com/user-attachments/files/15894908/upx-4.2.4-win64.zip Invoke-WebRequest -OutFile upx.zip https://github.com/user-attachments/files/15894908/upx-4.2.4-win64.zip
Expand-Archive upx.zip -DestinationPath upx Expand-Archive -DestinationPath upx upx.zip
ls src
upx/upx-4.2.4-win64/upx.exe --lzma --brute -o src/Picocrypt.exe src/5.exe upx/upx-4.2.4-win64/upx.exe --lzma --brute -o src/Picocrypt.exe src/5.exe
- name: Upload artifact - name: Upload artifact