Skip to content

Commit 78cdba9

Browse files
committed
Try installing from sign.ps1
1 parent a8fe06e commit 78cdba9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/testAndPublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ jobs:
199199
run: ci/scripts/setSconsArgs.ps1
200200
env:
201201
apiSigningToken: ${{ (github.event_name == 'push' && env.feature_signing) && secrets.API_SIGNING_TOKEN || '' }}
202-
- name: Install SignPath
203-
if: ${{ github.event_name == 'push' && env.feature_signing }}
204-
run: Install-Module -Name SignPath -Force
202+
# - name: Install SignPath
203+
# if: ${{ github.event_name == 'push' && env.feature_signing }}
204+
# run: Install-Module -Name SignPath -Force
205205
- name: Create launcher
206206
shell: cmd
207207
run: scons %sconsOutTargets% %sconsArgs% ${{ !runner.debug && '--all-cores' || '-j1'}}

appveyor/scripts/sign.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ param(
88
[string]$FileToSign
99
)
1010

11-
Import-Module -Name SignPath
11+
Install-PSResource -Name SignPath -TrustRepository
1212
Submit-SigningRequest -ApiToken $ApiToken -InputArtifactPath $FileToSign -OutputArtifactPath $FileToSign -OrganizationId "12147e94-bba9-4fef-b29b-300398e90c5a" -ProjectSlug "NVDA" -SigningPolicySlug "release_signing_policy" -WaitForCompletion -Force

0 commit comments

Comments
 (0)