Skip to content

Commit

Permalink
Try code signing with SignPath again.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Oct 9, 2024
1 parent 0b41cb8 commit 884e955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-code-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
setup:
if: github.repository == 'not-hsorby/mapclient'
if: github.repository == 'hsorby/mapclient'
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
Install-Module -Name SignPath -MinimumVersion 4.4.1
Install-Module -Name SignPath -MinimumVersion 4.4.1 -Force
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-powershell-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
setup:
if: github.repository == 'hsorby/mapclient'
if: github.repository == 'not-hsorby/mapclient'
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down

0 comments on commit 884e955

Please sign in to comment.