We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb8d39 commit bce14e5Copy full SHA for bce14e5
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,12 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v2
15
with:
16
- fetch-depth: 0
+ fetch-depth: 0
17
+ - name: Setup .NET Core 6
18
+ uses: actions/setup-dotnet@v1
19
+ with:
20
+ dotnet-version: '6.x'
21
+ include-prerelease: true
22
- name: Build and Test
23
run: ./Build.ps1
24
shell: pwsh
@@ -33,4 +38,4 @@ jobs:
33
38
uses: actions/upload-artifact@v2
34
39
35
40
name: artifacts
36
- path: artifacts/**/*
41
+ path: artifacts/**/*
0 commit comments