Skip to content

Commit bce14e5

Browse files
Update release.yml
1 parent ffb8d39 commit bce14e5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515
with:
16-
fetch-depth: 0
16+
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
1722
- name: Build and Test
1823
run: ./Build.ps1
1924
shell: pwsh
@@ -33,4 +38,4 @@ jobs:
3338
uses: actions/upload-artifact@v2
3439
with:
3540
name: artifacts
36-
path: artifacts/**/*
41+
path: artifacts/**/*

0 commit comments

Comments
 (0)