Skip to content

Commit

Permalink
Remove dead code, test copy folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 19, 2024
1 parent 9580ab2 commit 046f12d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_sign_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ 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
Move-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Copy-Item -Path repo -Destination "ScubaGear-$ReleaseVersion" -Force
Compress-Archive -Path "ScubaGear-$ReleaseVersion" -DestinationPath "ScubaGear-$ReleaseVersion.zip"
}

0 comments on commit 046f12d

Please sign in to comment.