mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:59:48 +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
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: $GITHUB_WORKSPACE/artifacts
|
path: ${{ github.workspace }}/artifacts
|
||||||
merge-multiple: false
|
merge-multiple: false
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
|
Loading…
Reference in New Issue
Block a user