Skip to content

Commit

Permalink
Remove dotnet setup step from dotnet.yml
Browse files Browse the repository at this point in the history
Since windows-latest runner already has a recent enough version installed.
  • Loading branch information
stylpe authored Mar 13, 2024
1 parent f8172d9 commit f319c0b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Publish
- name: Dotnet Publish
run: dotnet publish -c Release -o publish
- name: Upload a Build Artifact
- name: Upload Build Artifact
uses: actions/[email protected]
with:
name: tmphonepad
path: publish
overwrite: true

0 comments on commit f319c0b

Please sign in to comment.