Skip to content

Commit

Permalink
Change subject-path
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed May 14, 2024
1 parent 557834e commit 87aa593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@main
with:
subject-path: 'src/PDFtoImage/bin/**/PDFtoImage.*'
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
- name: Publish libraries
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 87aa593

Please sign in to comment.