mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:59:48 +00:00
Fixed the upload path
This commit is contained in:
parent
61a8b4827c
commit
2116c4d438
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -720,6 +720,6 @@ jobs:
|
|||||||
|
|
||||||
with:
|
with:
|
||||||
name: MindWork AI Studio ${{ env.FORMATTED_VERSION }}
|
name: MindWork AI Studio ${{ env.FORMATTED_VERSION }}
|
||||||
path: $GITHUB_WORKSPACE/release/assets
|
path: /release/assets/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: ${{ env.RETENTION_RELEASE_ASSETS }}
|
retention-days: ${{ env.RETENTION_RELEASE_ASSETS }}
|
Loading…
Reference in New Issue
Block a user