Update desktop.yml

This commit is contained in:
Troplo 2022-08-02 21:16:09 +10:00
parent 5ea4d835bd
commit 1ef28fa71f

View file

@ -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"