diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 5344a57..5b99d9b 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -30,4 +30,5 @@ jobs: # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} package_root: "./frontend" - use_vue_cli: true \ No newline at end of file + use_vue_cli: true + args: "-c.snap.publish=github" \ No newline at end of file