From 08fe59322af57034a5ebc145cddc4a0272d5b0c3 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 11 May 2020 16:43:52 +0200 Subject: [PATCH] build --- .github/workflows/build-app.yaml | 9 +++++---- app/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index 7227bd42c..98dac4c30 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -41,14 +41,15 @@ jobs: if: matrix.os != 'windows-2016' run: | mkdir artifacts - mv app/dist/*.deb artifacts || true - mv app/dist/*.AppImage artifacts || true - mv app/dist/*.dmg artifacts || true + mv app/dist/*.deb artifacts/dbgate-linux.deb || true + mv app/dist/*.AppImage artifacts/dbgate-linux.AppImage || true + mv app/dist/*.dmg artifacts/dbgate-mac.dmg || true + mv app/dist/latest.yml artifacts/latest.yml || true - name: Copy artifacts Win if: matrix.os == 'windows-2016' run: | mkdir artifacts - mv app/dist/*.exe artifacts + mv app/dist/*.exe artifacts/dbgate-windows.exe - name: Upload artifacts uses: actions/upload-artifact@v1 diff --git a/app/package.json b/app/package.json index 9907b2792..7fa2b37c9 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "dbgate", - "version": "0.1.0", + "version": "0.0.2", "private": true, "author": "Jan Prochazka ", "dependencies": {