Skip to content

Commit

Permalink
Merge pull request #13 from polyadic/update-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bash authored Nov 22, 2022
2 parents 636e63b + bee5d01 commit d3b8a8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
name: Install Current .NET SDK
- name: Restore dependencies
run: dotnet restore
Expand All @@ -26,12 +26,12 @@ jobs:
nupkg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
name: Install Current .NET SDK
- name: Generate NuGet Packages
run: dotnet pack --configuration Release --output nupkg
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: success() && github.ref == 'refs/heads/main'
with:
name: nupkg
Expand Down

0 comments on commit d3b8a8f

Please sign in to comment.