mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 11:17:56 +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"),
|
||||
# release the app after building
|
||||
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
package_root: "./frontend",
|
||||
use_vue_cli: true,
|
||||
package_root: "./frontend"
|
||||
use_vue_cli: true
|
||||
build_script_name: "electron:build"
|
Loading…
Reference in a new issue