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 ec39acd commit f035641Copy full SHA for f035641
1 file changed
.github/workflows/main.yml
@@ -379,14 +379,15 @@ jobs:
379
runs-on: windows-2022
380
environment: nuget
381
needs:
382
- - windows_x64
383
- - windows_arm64
384
- - linux_x64
385
- - linux_musl_x64
386
- - linux_arm64
387
- - macos_x64
388
- - macos_arm64
389
- libraries
+ - linux_arm64
+ - linux_musl_x64
+ - linux_x64
+ - macos_arm64
+ - macos_x64
+ - version
+ - windows_arm64
390
+ - windows_x64
391
392
permissions:
393
id-token: write
0 commit comments