mirror of
https://github.com/dbgate/dbgate
synced 2024-11-23 00:43:10 +00:00
build fix
This commit is contained in:
parent
7362799a34
commit
e9c8d86937
5
.github/workflows/build-app-pro-beta.yaml
vendored
5
.github/workflows/build-app-pro-beta.yaml
vendored
@ -30,15 +30,16 @@ jobs:
|
||||
with:
|
||||
node-version: 18.x
|
||||
|
||||
- name: dbgate/dbgate-pro
|
||||
- name: Checkout dbgate/dbgate-pro
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: dbgate/dbgate-pro
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
path: ../dbgate-pro
|
||||
path: dbgate-pro
|
||||
|
||||
- name: Merge dbgate/dbgate-pro
|
||||
run: |
|
||||
mv dbgate-pro/* ../dbgate-pro
|
||||
cd ..
|
||||
mkdir dbgate-merged
|
||||
cd dbgate-pro
|
||||
|
Loading…
Reference in New Issue
Block a user