We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd05bb commit 651bb23Copy full SHA for 651bb23
.github/workflows/common.yml
@@ -72,7 +72,7 @@ jobs:
72
}
73
74
build-windows-installer:
75
- runs-on: windows-latest
+ runs-on: windows-2022
76
environment: ${{ needs.prerequisites.outputs.branch == 'master' && 'CD' || 'CI' }}
77
needs: prerequisites
78
manifest.yml
@@ -67,6 +67,11 @@ schema:
67
- "https://raw.githubusercontent.com/"
68
69
versions:
70
+ "2.40.2":
71
+ description: Fix extractor executable signature.
+ changelog:
+ fixed:
+ - Fixed an issue causing the extractor executable signature to be missing.
"2.40.1":
description: Avoid logging keyvault secrets.
changelog:
0 commit comments