ci: correct the artifact download paths (#23209)

This commit is contained in:
Ivan Akulov 2023-05-11 10:22:43 +03:00 committed by GitHub
parent e8f76a9db1
commit 0700eda0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'