We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde52c1 commit c95a541Copy full SHA for c95a541
.github/workflows/release.yml
@@ -151,6 +151,11 @@ jobs:
151
env:
152
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
153
154
+ - name: Extract trusted signing certificate
155
+ run: |
156
+ $nupkg = Get-ChildItem -Path '${{ github.workspace}}\dist' -Filter '*.nupkg' | Select-Object -First 1
157
+ nuget-cert-extractor --file $nupkg --output '${{ github.workspace}}\dist' --code-signing --author --leaf
158
+
159
- name: Archive NetOffice packages
160
if: success() && matrix.configuration == 'Release'
161
uses: actions/upload-artifact@v5
0 commit comments