Skip to content

Commit

Permalink
Fix Github workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Jun 4, 2021
1 parent 55dfe39 commit eeb99f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 3.1
- uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Build
Expand Down

0 comments on commit eeb99f6

Please sign in to comment.