mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 02:36:58 +00:00
fix: wrong paths of scripts
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
6
.github/workflows/release-docker.yml
vendored
6
.github/workflows/release-docker.yml
vendored
@@ -76,9 +76,9 @@ jobs:
|
||||
- name: upgrade packages for nightly build
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
run: |
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node ../../scripts/upgradeNocodbSdk.js
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node ../../scripts/upgradeNcGui.js
|
||||
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNcGui.js
|
||||
|
||||
- uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
Reference in New Issue
Block a user