mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 00:54:00 +00:00
fixed copy artifacts
This commit is contained in:
8
.github/workflows/build-app.yaml
vendored
8
.github/workflows/build-app.yaml
vendored
@@ -34,12 +34,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
|
|
||||||
- name: Cleanup artifacts
|
- name: Copy artifacts Linux, MacOs
|
||||||
if: matrix.os != 'windows-2016'
|
if: matrix.os != 'windows-2016'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
mv "app/dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
mv app/dist/*.deb artifacts || true
|
||||||
- name: Cleanup artifacts Win
|
mv app/dist/*.AppImage artifacts || true
|
||||||
|
mv app/dist/*.dmg artifacts || true
|
||||||
|
- name: Copy artifacts Win
|
||||||
if: matrix.os == 'windows-2016'
|
if: matrix.os == 'windows-2016'
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user