Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Oct 19, 2024
1 parent d35095c commit a018d00
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,11 @@ jobs:
run: dotnet build apiservices.sln /restore -m -property:Configuration=Release -property:PublicRelease=true

- name: Publish Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nugets
path: ${{ github.workspace }}/artifacts
retention-days: 5

- name: Post NuGet Artifacts
uses: actions/upload-artifact@v2
with:
name: nuget-artifacts
path: '**/*.nupkg'
retention-days: 5

- name: Publish NuGets
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v') }}
Expand Down

0 comments on commit a018d00

Please sign in to comment.