mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +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: |
|
||||
yarn run build:app
|
||||
|
||||
- name: Cleanup artifacts
|
||||
- name: Copy artifacts Linux, MacOs
|
||||
if: matrix.os != 'windows-2016'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
mv "app/dist/(*.exe,*.deb,*.AppImage,*.dmg)" artifacts || true
|
||||
- name: Cleanup artifacts Win
|
||||
mv app/dist/*.deb artifacts || true
|
||||
mv app/dist/*.AppImage artifacts || true
|
||||
mv app/dist/*.dmg artifacts || true
|
||||
- name: Copy artifacts Win
|
||||
if: matrix.os == 'windows-2016'
|
||||
run: |
|
||||
mkdir artifacts
|
||||
|
||||
Reference in New Issue
Block a user