Skip to content

Commit

Permalink
Update subject-path
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed May 14, 2024
1 parent 87aa593 commit d6e5b67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@main
with:
subject-path:
src/PDFtoImage/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/*.nupkg
src/PDFtoImage/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/*.snupkg
subject-path: |
'src/PDFtoImage/bin/${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }}/*.nupkg'
- name: Publish libraries
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d6e5b67

Please sign in to comment.