revise pipeline

This commit is contained in:
gabrielkheisa 2025-04-19 20:06:36 +07:00
parent 56503c065d
commit 4d8c7370b0

View File

@ -29,7 +29,7 @@ jobs:
run: go build -ldflags="-H windowsgui" -o themechanger.exe
- name: Create ZIP with icon and binary
run: Compress-Archive -Path themechanger.exe,icon.ico -DestinationPath themechanger.zip
run: Compress-Archive -Path themechanger.exe,icon.ico,dark.jpg,light.jpg -DestinationPath themechanger.zip
- name: Create or update release
uses: softprops/action-gh-release@v2