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 4222091 commit 66bfc66Copy full SHA for 66bfc66
.github/workflows/auto_build.yml
@@ -9,12 +9,15 @@ jobs:
9
steps:
10
11
- name: Checkout
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
13
14
- name: Setup .NET Core
15
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
16
with:
17
- dotnet-version: 6.0.x
+ dotnet-version: |
18
+ 6
19
+ 7
20
+ 8
21
22
- name: Build
23
run: dotnet build -c release
.github/workflows/release.yml
@@ -10,12 +10,15 @@ jobs:
24
run: |
0 commit comments