mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
Update desktop.yml
This commit is contained in:
parent
5ea4d835bd
commit
1ef28fa71f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/desktop.yml
vendored
4
.github/workflows/desktop.yml
vendored
|
@ -29,6 +29,6 @@ jobs:
|
||||||
# If the commit is tagged with a version (e.g. "v1.0.0"),
|
# If the commit is tagged with a version (e.g. "v1.0.0"),
|
||||||
# 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
|
||||||
build_script_name: "electron:build"
|
build_script_name: "electron:build"
|
Loading…
Reference in a new issue