Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7d9f519

Browse files
authored
update compile.yaml to .NET 6
1 parent 55a2891 commit 7d9f519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.100
18+
dotnet-version: 6.x
1919

2020
# Nuget
2121
- uses: nuget/setup-nuget@v1
@@ -62,4 +62,4 @@ jobs:
6262
uses: actions/upload-artifact@v1
6363
with:
6464
name: SpcodeUpdater.exe
65-
path: .\Deploy\SpcodeUpdater\bin\Release\SPCodeUpdater.exe
65+
path: .\Deploy\SpcodeUpdater\bin\Release\SPCodeUpdater.exe

0 commit comments

Comments
 (0)