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
…part 2
  • Loading branch information
freddyrios committed Sep 27, 2021
1 parent 7a096d5 commit f15deff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main-build.yml
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0
dotnet-version: '6.0'
include-prerelease: True
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -46,7 +47,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 6.0
dotnet-version: '6.0'
include-prerelease: True
- 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 f15deff

Please sign in to comment.