Skip to content

Commit

Permalink
Update AllPackages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemooij9 authored Sep 11, 2024
1 parent a39c9eb commit 710fc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AllPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
Expand All @@ -34,7 +34,7 @@ jobs:
# run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_DEPLOY_KEY }} -s https://api.nuget.org/v3/index.json

- name: upload-artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build-Results
path: ${{ env.OUTPUT }}/**/*

0 comments on commit 710fc85

Please sign in to comment.