Skip to content

Commit

Permalink
tidy up workflow to address new restrictions (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Feb 13, 2021
1 parent 7400420 commit 8124bd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.4.0
with:
dotnet-version: 3.1.201
uses: actions/setup-dotnet@v1

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

0 comments on commit 8124bd4

Please sign in to comment.