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 503484c commit cd5218eCopy full SHA for cd5218e
.github/workflows/main.yml
@@ -376,6 +376,8 @@ jobs:
376
sign:
377
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
378
name: Sign NuGet packages
379
+ runs-on: windows-2022
380
+ environment: nuget
381
needs:
382
- windows_x64
383
- windows_arm64
@@ -385,7 +387,6 @@ jobs:
385
387
- macos_x64
386
388
- macos_arm64
389
- libraries
- runs-on: windows-2022
390
391
permissions:
392
id-token: write
@@ -432,3 +433,9 @@ jobs:
432
433
run: |
434
pip3 install asn1crypto
435
python3 ./build/windows/print.publickey.py
436
+
437
+ - name: NuGet login
438
+ uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1
439
+ id: login
440
+ with:
441
+ user: dlemstra
0 commit comments