mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Fixed workspace path input to download action
This commit is contained in:
parent
f4ee7de986
commit
754e146440
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -401,7 +401,7 @@ jobs:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: $GITHUB_WORKSPACE/artifacts
|
||||
path: ${{ github.workspace }}/artifacts
|
||||
merge-multiple: false
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
|
Loading…
Reference in New Issue
Block a user