Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
build .net 9
  • Loading branch information
ekolis authored Nov 14, 2024
1 parent f973557 commit f2a1247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 8.0.x
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -40,11 +40,11 @@ jobs:
stringToTruncate: ${{github.sha}}
maxLength: 10
- name: List files
run: ls -s .\FrEee.UI.WinForms\bin\Release\net6.0-windows7.0
run: ls -s .\FrEee.UI.WinForms\bin\Release\net9-windows
- name: Prepare files for zipping
run: |
cd FrEee.UI.WinForms/bin/Release
ren net8.0-windows7.0 FrEee
ren net9-windows FrEee
shell: cmd
- name: Zip assets
uses: papeloto/action-zip@v1
Expand Down

0 comments on commit f2a1247

Please sign in to comment.