Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 0e661c2

Browse files
authored
Migrate builds to dotnet 6.0
1 parent 8877335 commit 0e661c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET Core
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '3.1.x'
15+
dotnet-version: '6.0.x'
1616
- name: Install dependencies
1717
run: dotnet restore
1818
- name: Build
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/upload-artifact@v2
2222
with:
2323
name: storebot-${{ github.sha }}.zip
24-
path: bin/Release/netcoreapp3.1
24+
path: bin/Release/netcoreapp6.0
2525
- name: Get the version tag
2626
id: get_tag
2727
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)