Fixed pattern from regex to glob style

This commit is contained in:
Thorsten Sommer 2024-06-05 19:02:40 +02:00
parent 1786a0b5f7
commit 10472fdaf5
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -19,6 +19,6 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: dotnet name: dotnet
path: publish/dotnet/mindworkAIStudio(.exe)? path: publish/dotnet/mindworkAIStudio*
if-no-files-found: error if-no-files-found: error
retention-days: 1 retention-days: 1