This commit is contained in:
Jan Prochazka
2020-05-18 19:35:14 +02:00
parent 1044a5055f
commit f853e1ac96
2 changed files with 2 additions and 5 deletions

View File

@@ -55,7 +55,6 @@ jobs:
run: | run: |
mkdir artifacts mkdir artifacts
mv app/dist/*.exe artifacts/dbgate-windows.exe mv app/dist/*.exe artifacts/dbgate-windows.exe
mv app/dist/*.zip artifacts/dbgate-windows.zip
mv app/dist/*.exe artifacts || true mv app/dist/*.exe artifacts || true

View File

@@ -14,14 +14,12 @@
}, },
"linux": { "linux": {
"target": [ "target": [
"AppImage", "AppImage"
"deb"
] ]
}, },
"win": { "win": {
"target": [ "target": [
"nsis", "nsis"
"portable"
], ],
"icon": "icon.ico" "icon": "icon.ico"
}, },