Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Dec 29, 2023
1 parent 83e6dcb commit f504036
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x.x
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: Build
run: >-
Expand All @@ -50,4 +53,4 @@ jobs:
do
curl -vX PUT -u "vslee:${{secrets.GITHUB_TOKEN}}" -F package=@$f https://nuget.pkg.github.com/BUTR/
done
shell: bash
shell: bash

0 comments on commit f504036

Please sign in to comment.