diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index a843fc4..5344a57 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -30,5 +30,4 @@ jobs: # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} package_root: "./frontend" - use_vue_cli: true - build_script_name: "electron:build" \ No newline at end of file + use_vue_cli: true \ No newline at end of file