ci: correct the artifact download paths (#23209)
This commit is contained in:
parent
e8f76a9db1
commit
0700eda0be
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: client-build
|
||||
path: app/client/build.tar
|
||||
path: app/client
|
||||
|
||||
- name: Unpack the client build artifact
|
||||
if: steps.run_result.outputs.run_result != 'success'
|
||||
|
|
|
|||
2
.github/workflows/upgrade-appsmith-tests.yml
vendored
2
.github/workflows/upgrade-appsmith-tests.yml
vendored
|
|
@ -161,7 +161,7 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: client-build
|
||||
path: app/client/build.tar
|
||||
path: app/client
|
||||
|
||||
- name: Unpack the client build artifact
|
||||
if: steps.run_result.outputs.run_result != 'success'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user