Update desktop.yml

This commit is contained in:
Troplo 2022-08-02 22:25:30 +10:00
parent 7645d096f3
commit df584c1e0c

View file

@ -30,4 +30,5 @@ jobs:
# release the app after building # release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }} release: ${{ startsWith(github.ref, 'refs/tags/v') }}
package_root: "./frontend" package_root: "./frontend"
use_vue_cli: true use_vue_cli: true
args: "-c.snap.publish=github"