Reverting accidental package.json change

This commit is contained in:
joffutt4 2021-04-17 02:55:00 +00:00
parent 054229c135
commit 4423c3c80c
2 changed files with 4 additions and 7 deletions

View file

@ -38,8 +38,7 @@ jobs:
with:
# Artifact name
name: Linux_FA ${{ github.event.inputs.version }}
# A file, directory or wildcard pattern that describes what to upload
path: dist/electron/Packaged/*.AppImage
path: dist/electron/Packaged/
- name: Upload MacOS Artifact
if: ${{ matrix.os == 'macOS-latest' }}
@ -47,8 +46,7 @@ jobs:
with:
# Artifact name
name: Mac_FA ${{ github.event.inputs.version }}
# A file, directory or wildcard pattern that describes what to upload
path: dist/electron/Packaged/*.dmg
path: dist/electron/Packaged/
- name: Upload Windows Artifact
if: ${{ matrix.os == 'windows-latest' }}
@ -56,6 +54,5 @@ jobs:
with:
# Artifact name
name: Windows_FA ${{ github.event.inputs.version }}
# A file, directory or wildcard pattern that describes what to upload
path: dist/electron/Packaged/*.exe
path: dist/electron/Packaged/

View file

@ -10,7 +10,7 @@
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev -m electron",
"build": "quasar build -m electron -T all"
"build": "quasar build -m electron"
},
"dependencies": {
"@quasar/extras": "^1.0.0",