From 34c045bad30a4d36eb2643bfd89f4870cc501e4a Mon Sep 17 00:00:00 2001 From: lea Date: Sat, 21 Dec 2024 05:07:58 -0800 Subject: [PATCH] a --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index afe56d1..8ab17a7 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -18,7 +18,7 @@ env: # Configuration type to build. # You can convert this to a build matrix if you need coverage of multiple configuration types. # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - BUILD_CONFIGURATION: Release + BUILD_CONFIGURATION: Build permissions: contents: read