mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
yarn version
This commit is contained in:
parent
b4dde1db28
commit
1044a5055f
12
.github/workflows/build-app.yaml
vendored
12
.github/workflows/build-app.yaml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, windows-2016]
|
# os: [ubuntu-18.04, windows-2016]
|
||||||
# os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
os: [macOS-10.14, windows-2016, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Context
|
- name: Context
|
||||||
@ -44,12 +44,20 @@ jobs:
|
|||||||
mv app/dist/*.deb artifacts/dbgate-linux.deb || true
|
mv app/dist/*.deb artifacts/dbgate-linux.deb || true
|
||||||
mv app/dist/*.AppImage artifacts/dbgate-linux.AppImage || true
|
mv app/dist/*.AppImage artifacts/dbgate-linux.AppImage || true
|
||||||
mv app/dist/*.dmg artifacts/dbgate-mac.dmg || true
|
mv app/dist/*.dmg artifacts/dbgate-mac.dmg || true
|
||||||
|
|
||||||
|
mv app/dist/*.deb artifacts || true
|
||||||
|
mv app/dist/*.AppImage artifacts || true
|
||||||
|
mv app/dist/*.dmg artifacts || true
|
||||||
|
|
||||||
mv app/dist/latest.yml artifacts/latest.yml || true
|
mv app/dist/latest.yml artifacts/latest.yml || true
|
||||||
- name: Copy artifacts Win
|
- name: Copy artifacts Win
|
||||||
if: matrix.os == 'windows-2016'
|
if: matrix.os == 'windows-2016'
|
||||||
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
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate",
|
"name": "dbgate",
|
||||||
"version": "0.0.2",
|
"version": "0.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"electron-updater": "^4.3.1"
|
"electron-updater": "^4.3.1"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "com.jenasoft.dbgate",
|
"appId": "org.dbgate",
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "database"
|
"category": "database"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user