mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
build win app on windows-latest
This commit is contained in:
parent
8592039b56
commit
1b5184d39f
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-18.04, windows-2016]
|
# os: [ubuntu-18.04, windows-2016]
|
||||||
os: [macOS-10.15, windows-2016, ubuntu-18.04]
|
os: [macOS-10.15, windows-latest, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Context
|
- name: Context
|
||||||
|
4
.github/workflows/build-app.yaml
vendored
4
.github/workflows/build-app.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-18.04, windows-2016]
|
# os: [ubuntu-18.04, windows-2016]
|
||||||
os: [macOS-10.15, windows-2016, ubuntu-18.04]
|
os: [macOS-10.15, windows-latest, ubuntu-18.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Context
|
- name: Context
|
||||||
@ -116,7 +116,7 @@ jobs:
|
|||||||
# mv app/dist/latest.yml artifacts/latest.yml || true
|
# mv app/dist/latest.yml artifacts/latest.yml || true
|
||||||
|
|
||||||
- name: Copy latest.yml (windows)
|
- name: Copy latest.yml (windows)
|
||||||
if: matrix.os == 'windows-2016'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
mv app/dist/latest.yml artifacts/latest.yml || true
|
mv app/dist/latest.yml artifacts/latest.yml || true
|
||||||
mv app/dist/dbgate-pad.xml artifacts/ || true
|
mv app/dist/dbgate-pad.xml artifacts/ || true
|
||||||
|
Loading…
Reference in New Issue
Block a user