From cbc668755f039423aff39d1e64de4e6f646066cc Mon Sep 17 00:00:00 2001 From: Adam Grabski Date: Thu, 1 Aug 2024 22:43:00 +0200 Subject: [PATCH] . --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c883f6..28067ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: dotnet-version: 9.0.x - name: Create the app package - run: dotnet publish JpkHelper -p:ApplicationVersion=${{ env.VERSION }} -p:ApplicationDisplayVersion=${{ env.VERSION }} -f net9.0 -o out -c Release -r win7-x64 + run: dotnet publish JpkHelper -p:ApplicationVersion=${{ env.VERSION }} -p:ApplicationDisplayVersion=${{ env.VERSION }} -f net9.0 -o out -c Release -r win-x64 - name: Upload build artifacts