Skip to content

Commit a2a7338

Browse files
committed
ci: updated paths for attestation
1 parent ea2c1ec commit a2a7338

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ jobs:
138138
uses: actions/attest-build-provenance@v2
139139
with:
140140
subject-path: |
141-
'${{ github.workspace }}/**/*.nupkg'
142-
'${{ github.workspace }}/**/*.dll'
141+
Yubico.NativeShims/**/*.dll
142+
Yubico.NativeShims/**/*.so
143+
Yubico.NativeShims/**/*.dylib
144+
Yubico.NativeShims.*.nupkg
143145
144146
publish-internal:
145147
name: Publish to internal NuGet

.github/workflows/build.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,15 @@ jobs:
124124
uses: actions/attest-build-provenance@v2
125125
with:
126126
subject-path: |
127-
'${{ github.workspace }}/**/*.nupkg'
128-
'${{ github.workspace }}/**/*.snupkg'
129-
'${{ github.workspace }}/**/*.dll'
127+
Yubico.DotNetPolyfills/src/bin/ReleaseWithDocs/*.nupkg
128+
Yubico.Core/src/bin/ReleaseWithDocs/*.nupkg
129+
Yubico.YubiKey/src/bin/ReleaseWithDocs/*.nupkg
130+
Yubico.DotNetPolyfills/src/bin/ReleaseWithDocs/*.snupkg
131+
Yubico.Core/src/bin/ReleaseWithDocs/*.snupkg
132+
Yubico.YubiKey/src/bin/ReleaseWithDocs/*.snupkg
133+
Yubico.DotNetPolyfills/src/bin/ReleaseWithDocs/**/*.dll
134+
Yubico.Core/src/bin/ReleaseWithDocs/**/*.dll
135+
Yubico.YubiKey/src/bin/ReleaseWithDocs/**/*.dll
130136
131137
# Package the OATH sample code source
132138
- name: Save build artifacts

0 commit comments

Comments
 (0)