Skip to content

Commit

Permalink
restore 3.1.x for publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Feb 21, 2021
1 parent 375c20e commit 618215c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core

- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.*

- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
shell: bash
Expand Down

0 comments on commit 618215c

Please sign in to comment.