Skip to content

Commit

Permalink
Attest packages
Browse files Browse the repository at this point in the history
Also attest the NuGet packages.
  • Loading branch information
martincostello committed May 11, 2024
1 parent 25e1c00 commit cd61b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
github.event.repository.fork == false &&
(github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/v'))
with:
subject-path: ./artifacts/bin/MartinCostello.Logging.XUnit/release*/*.dll
subject-path: |
./artifacts/bin/MartinCostello.Logging.XUnit/release*/*.dll
./artifacts/package/release/*
- name: Publish artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down

0 comments on commit cd61b30

Please sign in to comment.