From fd84b63a5f9e4fa564ff3686d73744d5e14d8d81 Mon Sep 17 00:00:00 2001 From: "Victor.X.Qu" Date: Thu, 10 Oct 2024 10:13:13 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c1bcb4..5f38c0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore --version-suffix beta + run: dotnet build --configuration Release --no-restore --version-suffix "-beta" - name: Test run: dotnet test --no-build --verbosity normal