Fixed casing of the artifact path

This commit is contained in:
Thorsten Sommer 2024-06-06 14:09:42 +02:00
parent bbc457acd7
commit 6c8d989e17
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -160,7 +160,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: MindWork AI Studio (Debian Package ${{ matrix.dotnet_runtime }})
path: "runtime/target/${{ matrix.rust_target }}/release/bundle/deb/MindWork AI Studio_*.deb"
path: "runtime/target/${{ matrix.rust_target }}/release/bundle/deb/mind-work-ai-studio_*.deb"
if-no-files-found: error
retention-days: 1
@ -169,6 +169,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: MindWork AI Studio (AppImage ${{ matrix.dotnet_runtime }})
path: "runtime/target/${{ matrix.rust_target }}/release/bundle/appimage/MindWork AI Studio_*.AppImage"
path: "runtime/target/${{ matrix.rust_target }}/release/bundle/appimage/mind-work-ai-studio_*.AppImage"
if-no-files-found: error
retention-days: 1