diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38c2baf..02cee7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: >- @@ -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 \ No newline at end of file + shell: bash