mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 21:25:59 +00:00
copy latest.yaml file
This commit is contained in:
14
.github/workflows/build-app.yaml
vendored
14
.github/workflows/build-app.yaml
vendored
@@ -53,8 +53,7 @@ jobs:
|
|||||||
mv app/dist/*.deb artifacts || true
|
mv app/dist/*.deb artifacts || true
|
||||||
mv app/dist/*.AppImage artifacts || true
|
mv app/dist/*.AppImage artifacts || true
|
||||||
mv app/dist/*.dmg artifacts || true
|
mv app/dist/*.dmg artifacts || 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: |
|
||||||
@@ -63,7 +62,18 @@ jobs:
|
|||||||
mv app/dist/*.zip artifacts/dbgate-windows.zip
|
mv app/dist/*.zip artifacts/dbgate-windows.zip
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts || true
|
mv app/dist/*.exe artifacts || true
|
||||||
|
mv app/dist/latest.yml artifacts/latest.yml || true
|
||||||
|
|
||||||
|
- name: Copy latest-linux.yml
|
||||||
|
if: matrix.os == 'ubuntu-18.04'
|
||||||
|
run: |
|
||||||
|
mv app/dist/latest-linux.yml artifacts/latest-linux.yml || true
|
||||||
|
|
||||||
|
- name: Copy latest-mac.yml
|
||||||
|
if: matrix.os == 'macOS-10.14'
|
||||||
|
run: |
|
||||||
|
mv app/dist/latest-mac.yml artifacts/latest-mac.yml || true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -22,7 +22,8 @@
|
|||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage"
|
"AppImage",
|
||||||
|
"deb"
|
||||||
],
|
],
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
|
|||||||
Reference in New Issue
Block a user