Skip to content

Commit 472a2a9

Browse files
committed
Dullahan signing test
1 parent 0ae3de8 commit 472a2a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,10 @@ jobs:
349349
350350
- name: Sign and package Mac viewer
351351
if: env.SIGNING_CERT_MACOS && env.SIGNING_CERT_MACOS_IDENTITY && env.SIGNING_CERT_MACOS_PASSWORD && steps.note-creds.outputs.note_user && steps.note-creds.outputs.note_pass && steps.note-creds.outputs.note_team
352-
uses: secondlife/viewer-build-util/sign-pkg-mac@v2
352+
uses:
353+
repository: secondlife/viewer-build-util
354+
ref: dullahan_update
355+
path: .sign-pkg-mac
353356
with:
354357
channel: ${{ needs.build.outputs.viewer_channel }}
355358
imagename: ${{ needs.build.outputs.imagename }}

0 commit comments

Comments
 (0)