From b448e8264c215b446e40b95bc5b1b28e0fa111b1 Mon Sep 17 00:00:00 2001 From: Frederik St-Onge Date: Tue, 3 Oct 2023 07:49:21 -0400 Subject: [PATCH] Update msbuild.yml --- .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 3979325..e3e1003 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -47,7 +47,7 @@ jobs: run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Version=${{env.APP_VERSION}} ${{env.SOLUTION_FILE_PATH}} - name: Create release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: artifacts: Releases/* name: "Version ${{env.APP_VERSION}}"