Update to viewer-build-util@v2 utilities.
Without this, the viewer build fails to post Windows symbols.master
parent
4215c2d49f
commit
aa75a65e88
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
|
|
||||||
- name: Determine source branch
|
- name: Determine source branch
|
||||||
id: which-branch
|
id: which-branch
|
||||||
uses: secondlife/viewer-build-util/which-branch@v1
|
uses: secondlife/viewer-build-util/which-branch@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
|
|
@ -271,7 +271,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Sign and package Windows viewer
|
- name: Sign and package Windows viewer
|
||||||
if: env.AZURE_KEY_VAULT_URI && env.AZURE_CERT_NAME && env.AZURE_CLIENT_ID && env.AZURE_CLIENT_SECRET && env.AZURE_TENANT_ID
|
if: env.AZURE_KEY_VAULT_URI && env.AZURE_CERT_NAME && env.AZURE_CLIENT_ID && env.AZURE_CLIENT_SECRET && env.AZURE_TENANT_ID
|
||||||
uses: secondlife/viewer-build-util/sign-pkg-windows@v1
|
uses: secondlife/viewer-build-util/sign-pkg-windows@v2
|
||||||
with:
|
with:
|
||||||
vault_uri: "${{ env.AZURE_KEY_VAULT_URI }}"
|
vault_uri: "${{ env.AZURE_KEY_VAULT_URI }}"
|
||||||
cert_name: "${{ env.AZURE_CERT_NAME }}"
|
cert_name: "${{ env.AZURE_CERT_NAME }}"
|
||||||
|
|
@ -310,7 +310,7 @@ jobs:
|
||||||
|
|
||||||
- name: Sign and package Mac viewer
|
- name: Sign and package Mac viewer
|
||||||
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
|
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
|
||||||
uses: secondlife/viewer-build-util/sign-pkg-mac@v1
|
uses: secondlife/viewer-build-util/sign-pkg-mac@v2
|
||||||
with:
|
with:
|
||||||
channel: ${{ needs.build.outputs.viewer_channel }}
|
channel: ${{ needs.build.outputs.viewer_channel }}
|
||||||
imagename: ${{ needs.build.outputs.imagename }}
|
imagename: ${{ needs.build.outputs.imagename }}
|
||||||
|
|
@ -330,7 +330,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Post Windows symbols
|
- name: Post Windows symbols
|
||||||
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
|
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
|
||||||
uses: secondlife/viewer-build-util/post-bugsplat-windows@v1
|
uses: secondlife/viewer-build-util/post-bugsplat-windows@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ env.BUGSPLAT_USER }}
|
username: ${{ env.BUGSPLAT_USER }}
|
||||||
password: ${{ env.BUGSPLAT_PASS }}
|
password: ${{ env.BUGSPLAT_PASS }}
|
||||||
|
|
@ -347,7 +347,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Post Mac symbols
|
- name: Post Mac symbols
|
||||||
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
|
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
|
||||||
uses: secondlife/viewer-build-util/post-bugsplat-mac@v1
|
uses: secondlife/viewer-build-util/post-bugsplat-mac@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ env.BUGSPLAT_USER }}
|
username: ${{ env.BUGSPLAT_USER }}
|
||||||
password: ${{ env.BUGSPLAT_PASS }}
|
password: ${{ env.BUGSPLAT_PASS }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue