Skip to content

Commit

Permalink
Update publish.yml for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Piranha91 authored Oct 7, 2024
1 parent 4b38314 commit 7a70d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
dotnet-version: 8.0.*
- name: Install dependencies
run: dotnet restore SynthEBD.sln

Expand All @@ -29,7 +29,7 @@ jobs:

- name: Archive Release
run: |
powershell Compress-Archive SynthEBD/bin/Release/net6.0-windows/publish/* "SynthEBD_${{ github.event.release.tag_name }}.zip"
powershell Compress-Archive SynthEBD/bin/Release/net8.0-windows/publish/* "SynthEBD_${{ github.event.release.tag_name }}.zip"
- name: Publish SynthEBD to Github
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 7a70d1b

Please sign in to comment.