From 4d8c7370b041b592109c7244c43650e6f49d4d88 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Sat, 19 Apr 2025 20:06:36 +0700 Subject: [PATCH] revise pipeline --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd4e7b5..f55b6c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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