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