Skip to content

Commit cd5218e

Browse files
committed
Added NuGet login step.
1 parent 503484c commit cd5218e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ jobs:
376376
sign:
377377
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
378378
name: Sign NuGet packages
379+
runs-on: windows-2022
380+
environment: nuget
379381
needs:
380382
- windows_x64
381383
- windows_arm64
@@ -385,7 +387,6 @@ jobs:
385387
- macos_x64
386388
- macos_arm64
387389
- libraries
388-
runs-on: windows-2022
389390

390391
permissions:
391392
id-token: write
@@ -432,3 +433,9 @@ jobs:
432433
run: |
433434
pip3 install asn1crypto
434435
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

Comments
 (0)