ci: always publish electron artifacts

This commit is contained in:
2025-10-20 01:30:07 +11:00
parent 5332ffd264
commit d3846e38a4

View File

@@ -26,4 +26,4 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }} release: ${{ startsWith(github.ref, 'refs/tags/v') }}
args: --win --x64 args: --win --x64 --publish always