Skip to content

Commit

Permalink
updating to approach support according to actions/setup-dotnet#170
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyrios committed Sep 27, 2021
1 parent 5b781ba commit 7a096d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-build.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0.x
dotnet-version: 6.0
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0.x
dotnet-version: 6.0
- name: Generate DataUploader - linux-x64
run: dotnet publish CA_DataUploader -c Release -o out/linux-x64/uploader -r linux-x64 -p:PublishSingleFile=true
- name: Generate DataUploader - linux-arm
Expand Down

0 comments on commit 7a096d5

Please sign in to comment.