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 d6e5b67 commit 12d11e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ 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'
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 12d11e0

Please sign in to comment.