mirror of
https://github.com/gabrielkheisa/auto_dark_light_windows.git
synced 2025-04-27 00:19:06 +07:00
revise pipeline
This commit is contained in:
parent
56503c065d
commit
4d8c7370b0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user