Fixed the upload path

This commit is contained in:
Thorsten Sommer 2024-06-21 21:53:30 +02:00
parent 61a8b4827c
commit 2116c4d438
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

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