mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update desktop.yml
This commit is contained in:
parent
7645d096f3
commit
df584c1e0c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/desktop.yml
vendored
3
.github/workflows/desktop.yml
vendored
|
@ -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"
|
Loading…
Reference in a new issue