File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,10 @@ jobs:
138
138
uses : actions/attest-build-provenance@v2
139
139
with :
140
140
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
143
145
144
146
publish-internal :
145
147
name : Publish to internal NuGet
Original file line number Diff line number Diff line change @@ -124,9 +124,15 @@ jobs:
124
124
uses : actions/attest-build-provenance@v2
125
125
with :
126
126
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
130
136
131
137
# Package the OATH sample code source
132
138
- name : Save build artifacts
You can’t perform that action at this time.
0 commit comments