Skip to content

Commit

Permalink
Restore code for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 19, 2024
1 parent 046f12d commit 0822608
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build_sign_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ jobs:
# Source the function
. repo/utils/workflow/Build-SignRelease.ps1
Install-AzureSigningTool
# OpenID Connect (OIDC) login to Azure Public Cloud with AzPowershell
# - name: Login to Azure
# uses: azure/login@v2
# with:
# client-id: ${{ secrets.AZURE_CLIENT_ID }}
# tenant-id: ${{ secrets.AZURE_TENANT_ID }}
# subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
# enable-AzPSSession: true
- name: Get Key Vault info
id: key-vault-info
run: |
Expand Down
2 changes: 1 addition & 1 deletion utils/workflow/Build-SignRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ function New-ModuleSignature {
-AzureKeyVaultUrl $AzureKeyVaultUrl `
-CertificateName $CertificateName `
-FileList $FileListFileName
Copy-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Move-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Compress-Archive -Path "ScubaGear-$ReleaseVersion" -DestinationPath "ScubaGear-$ReleaseVersion.zip"
}

0 comments on commit 0822608

Please sign in to comment.