Skip to content

Commit

Permalink
Upload artifacts per matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Sep 24, 2024
1 parent e762922 commit 2e98b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
files: ./test/Crossroads.Test/coverage.opencover.xml, ./test/Crossroads.Launcher.Test/coverage.opencover.xml
flags: unittests
fail_ci_if_error: false
name: codecov-${{ matrix.os }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Pack
run: dotnet pack ./src/Crossroads/Crossroads.csproj --no-build --configuration Release --output package
- name: Package published artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: package
name: package-${{ matrix.os }}
path: package/*.nupkg
if-no-files-found: error

0 comments on commit 2e98b35

Please sign in to comment.