Skip to content

Commit

Permalink
updated deployment step.
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Jun 3, 2022
1 parent 1a5fd58 commit bd516d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 3.1.301
dotnet-version: 6.0.x
- name: Restore
run: dotnet restore
- name: Build
Expand Down

0 comments on commit bd516d1

Please sign in to comment.