mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Fixed pattern from regex to glob style
This commit is contained in:
parent
1786a0b5f7
commit
10472fdaf5
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dotnet
|
||||
path: publish/dotnet/mindworkAIStudio(.exe)?
|
||||
path: publish/dotnet/mindworkAIStudio*
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
Loading…
Reference in New Issue
Block a user