mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
build
This commit is contained in:
9
.github/workflows/build-app.yaml
vendored
9
.github/workflows/build-app.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user