Skip to content

Commit

Permalink
dotnet upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhawdge committed Dec 31, 2023
1 parent 725abee commit f16f2cb
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 @@ -14,15 +14,15 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Publish
run: dotnet publish --configuration Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
- name: Easy Zip Files
uses: vimtor/action-zip@v1
with:
files: bin/Release/net7.0/win-x64/publish/
files: bin/Release/net8.0/win-x64/publish/
dest: 'November-Pirates-win-${{ github.ref_name }}.zip'
- name: GH Release
uses: softprops/[email protected]
Expand Down

0 comments on commit f16f2cb

Please sign in to comment.