Skip to content

Commit

Permalink
Update GitHub Actions workflow to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Nov 25, 2024
1 parent 896a8f4 commit 963346b
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
@@ -1,4 +1,4 @@
name: Build .NET6 Windows Desktop App
name: Build .NET 8 Windows Desktop App

on: [ push, pull_request ]

Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

# not currently working consistently, don't cache
# - name: Nuget (restore from cache)
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- uses: vimtor/action-zip@v1
with:
files: DiztinGUIsh\bin\Release\net6.0-windows7.0\publish\
files: DiztinGUIsh\bin\Release\*\publish\
dest: ${{ steps.ver.outputs.ver }}.zip

- name: Upload Artifact
Expand Down

0 comments on commit 963346b

Please sign in to comment.