We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009b3ff commit 25a1a21Copy full SHA for 25a1a21
.github/workflows/dotnet-desktop.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET SDK
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: '7.0.400' # Replace with the desired .NET SDK version
+ dotnet-version: '8.0.100' # Replace with the desired .NET SDK version
19
20
- name: Build the .NET Console App
21
run: |
@@ -26,7 +26,7 @@ jobs:
26
- name: Create archive
27
uses: vimtor/action-zip@v1
28
29
- files: ./SharpRISCV/bin/Release/net7.0/
+ files: ./SharpRISCV/bin/Release/net8.0/
30
dest: SharpRISCV.zip
31
32
# Create the release: https://github.com/actions/create-release
0 commit comments