Skip to content

Commit

Permalink
Update dotnet.yml - upgrade to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Jan 14, 2024
1 parent a0dfa8b commit 521d6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Prepare files for zipping
run: |
cd FrEee.WinForms/bin/Release
ren net7.0-windows FrEee
ren net8.0-windows FrEee
shell: cmd
- name: Zip assets
uses: papeloto/action-zip@v1
Expand Down

0 comments on commit 521d6bf

Please sign in to comment.