Skip to content

Commit 1e8c8a1

Browse files
committed
Testing installer signing
1 parent 9d9f16f commit 1e8c8a1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-installer-qt5-win32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232

3333
# SingPath variables
3434
PROJECT_SLUG: OpenModSim
35-
ORGANIZAITION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
35+
ORGANIZATION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
3636
ARTIFACT_CONF_SLUG: exe-zip
3737

3838
jobs:
@@ -148,7 +148,7 @@ jobs:
148148
if: success() && env.SIGNING_POLICY_SLUG != 'none'
149149
with:
150150
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
151-
organization-id: '${{ env.ORGANIZAITION_ID }}'
151+
organization-id: '${{ env.ORGANIZATION_ID }}'
152152
project-slug: '${{ env.PROJECT_SLUG }}'
153153
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
154154
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}
@@ -208,7 +208,7 @@ jobs:
208208
if: success() && env.SIGNING_POLICY_SLUG != 'none'
209209
with:
210210
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
211-
organization-id: '${{ env.ORGANIZAITION_ID }}'
211+
organization-id: '${{ env.ORGANIZATION_ID }}'
212212
project-slug: '${{ env.PROJECT_SLUG }}'
213213
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
214214
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}

.github/workflows/build-installer-qt5-win64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
# SingPath variables
3333
PROJECT_SLUG: OpenModSim
34-
ORGANIZAITION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
34+
ORGANIZATION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
3535
ARTIFACT_CONF_SLUG: exe-zip
3636

3737
jobs:
@@ -147,7 +147,7 @@ jobs:
147147
if: success() && env.SIGNING_POLICY_SLUG != 'none'
148148
with:
149149
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
150-
organization-id: '${{ env.ORGANIZAITION_ID }}'
150+
organization-id: '${{ env.ORGANIZATION_ID }}'
151151
project-slug: '${{ env.PROJECT_SLUG }}'
152152
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
153153
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}
@@ -207,7 +207,7 @@ jobs:
207207
if: success() && env.SIGNING_POLICY_SLUG != 'none'
208208
with:
209209
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
210-
organization-id: '${{ env.ORGANIZAITION_ID }}'
210+
organization-id: '${{ env.ORGANIZATION_ID }}'
211211
project-slug: '${{ env.PROJECT_SLUG }}'
212212
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
213213
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}

.github/workflows/build-installer-qt6-win64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
# SingPath variables
3333
PROJECT_SLUG: OpenModSim
34-
ORGANIZAITION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
34+
ORGANIZATION_ID: 6aeb3196-43e9-4b2c-83db-d1d90af47bc4
3535
ARTIFACT_CONF_SLUG: exe-zip
3636

3737
jobs:
@@ -142,7 +142,7 @@ jobs:
142142
if: success() && env.SIGNING_POLICY_SLUG != 'none'
143143
with:
144144
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
145-
organization-id: '${{ env.ORGANIZAITION_ID }}'
145+
organization-id: '${{ env.ORGANIZATION_ID }}'
146146
project-slug: '${{ env.PROJECT_SLUG }}'
147147
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
148148
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}
@@ -212,7 +212,7 @@ jobs:
212212
if: success() && env.SIGNING_POLICY_SLUG != 'none'
213213
with:
214214
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
215-
organization-id: '${{ env.ORGANIZAITION_ID }}'
215+
organization-id: '${{ env.ORGANIZATION_ID }}'
216216
project-slug: '${{ env.PROJECT_SLUG }}'
217217
signing-policy-slug: ${{ env.SIGNING_POLICY_SLUG }}
218218
artifact-configuration-slug: ${{ env.ARTIFACT_CONF_SLUG }}

0 commit comments

Comments
 (0)