We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386bfd6 commit 9f42e7aCopy full SHA for 9f42e7a
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v1
17
with:
18
- dotnet-version: 3.1.301
+ dotnet-version: 3.1.412
19
- name: Build
20
run: dotnet build -c Release
21
- name: Test
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Install SignClient tool
run: dotnet tool install --tool-path . SignClient
- name: Install NBGV tool
0 commit comments