Skip to content

Commit

Permalink
Remove runtime identifier from workflow builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta authored Feb 4, 2024
1 parent e5f91a4 commit bf63061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bf63061

Please # to comment.