mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
github autoupgrade fix
This commit is contained in:
16
.github/workflows/build-app.yaml
vendored
16
.github/workflows/build-app.yaml
vendored
@@ -46,22 +46,24 @@ jobs:
|
|||||||
if: matrix.os != 'windows-2016'
|
if: matrix.os != 'windows-2016'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
|
|
||||||
|
cp app/dist/*.AppImage artifacts/ || true
|
||||||
|
cp app/dist/*.dmg artifacts/ || true
|
||||||
|
cp app/dist/*.deb artifacts/ || true
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
- 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/*.zip artifacts/dbgate-windows.zip
|
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts || true
|
cp app/dist/*.exe artifacts/ || true
|
||||||
|
|
||||||
|
mv app/dist/*.exe artifacts/dbgate-windows.exe
|
||||||
|
|
||||||
mv app/dist/latest.yml artifacts/latest.yml || true
|
mv app/dist/latest.yml artifacts/latest.yml || true
|
||||||
|
|
||||||
- name: Copy latest-linux.yml
|
- name: Copy latest-linux.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user