From bf630612649e0a876471d2fab8b3012fbb6cd67a Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sun, 4 Feb 2024 21:53:54 +0800 Subject: [PATCH] Remove runtime identifier from workflow builds --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81b6b6a..47a4b2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 + - run: dotnet publish --configuration Release - name: Compress release run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8cd5529..ead1639 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x - - run: dotnet publish --configuration Release -r win-x64 + - run: dotnet publish --configuration Release - name: Compress release run: |