Skip to content

Commit

Permalink
chore: upload package artifacts (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Strotz <[email protected]>
  • Loading branch information
Xzelsius and Xzelsius authored May 27, 2024
1 parent efd18a0 commit 3f04221
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
dotnet tool restore
- name: Nuke
- name: Build, Test and Pack
run: |
dotnet nuke
Expand All @@ -52,6 +52,13 @@ jobs:
directory: ${{ github.workspace }}/artifacts/coverage
files: "*.cobertura.xml"

- name: Upload Packages
uses: actions/upload-artifact@v4
with:
name: packages
path: ${{ github.workspace }}/artifacts/packages
if-no-files-found: error

- name: Publish NuGet packages
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit 3f04221

Please sign in to comment.