fix: auto update on windows

This commit is contained in:
haritabh-z01 2025-09-25 17:41:47 +05:30
parent 97bd60135e
commit 0e25ddda01
2 changed files with 19 additions and 1 deletions

View file

@ -170,6 +170,7 @@ jobs:
path: |
apps/desktop/out/make/squirrel.windows/${{ matrix.arch }}/*.exe
apps/desktop/out/make/squirrel.windows/${{ matrix.arch }}/*.nupkg
apps/desktop/out/make/squirrel.windows/${{ matrix.arch }}/RELEASES
release:
name: Create Release
@ -241,5 +242,6 @@ jobs:
artifacts/macos-x64/zip/darwin/x64/*.zip
artifacts/windows-x64/*.exe
artifacts/windows-x64/*.nupkg
artifacts/windows-x64/RELEASES
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}