diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index d28478ed..32a492d8 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -32,6 +32,7 @@ jobs: uses: KageKirin/get-csproj-version@v1.0.0 with: file: FModel/FModel.csproj + regex: '^(?[0-9])\.(?[0-9])\.(?[0-9])\.(?[0-9])$' - name: .NET Publish run: dotnet publish FModel -c Release --no-self-contained -r win-x64 -f net6.0-windows -o "./FModel/bin/Publish/" -p:PublishReadyToRun=false -p:PublishSingleFile=true -p:DebugType=None -p:GenerateDocumentationFile=false -p:DebugSymbols=false