We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae3de8 commit 472a2a9Copy full SHA for 472a2a9
.github/workflows/build.yaml
@@ -349,7 +349,10 @@ jobs:
349
350
- name: Sign and package Mac viewer
351
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
+ uses:
353
+ repository: secondlife/viewer-build-util
354
+ ref: dullahan_update
355
+ path: .sign-pkg-mac
356
with:
357
channel: ${{ needs.build.outputs.viewer_channel }}
358
imagename: ${{ needs.build.outputs.imagename }}
0 commit comments