Skip to content

Commit 25a1a21

Browse files
authored
Update dotnet-desktop.yml
1 parent 009b3ff commit 25a1a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET SDK
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '7.0.400' # Replace with the desired .NET SDK version
18+
dotnet-version: '8.0.100' # Replace with the desired .NET SDK version
1919

2020
- name: Build the .NET Console App
2121
run: |
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create archive
2727
uses: vimtor/action-zip@v1
2828
with:
29-
files: ./SharpRISCV/bin/Release/net7.0/
29+
files: ./SharpRISCV/bin/Release/net8.0/
3030
dest: SharpRISCV.zip
3131

3232
# Create the release: https://github.com/actions/create-release

0 commit comments

Comments
 (0)