Skip to content

Commit

Permalink
Merge pull request #29 from BuffettCode/fix_release
Browse files Browse the repository at this point in the history
bug fix releaese.yml
  • Loading branch information
shoe116 committed Jul 18, 2021
2 parents da11523 + 0a6744e commit bf69125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run VSTest using Test API Token
run: .\scripts\run_all_tests.ps1
- name: Sign the built installer using signing certificate
run: ./scripts/sign_installer_for_release.ps1 "$env:CODE_SIGNING_CERTIFICATE_LOCAL" "$env:CERTIFICATE_PASSWORD" .\Certificates\AAACertificateServices.crt "{{ env.INSTALLER_FOLDER }}\{{ env.INSTALLER_EXE_NAME }}"
run: ./scripts/sign_installer_for_release.ps1 "$env:CODE_SIGNING_CERTIFICATE_LOCAL" "$env:CERTIFICATE_PASSWORD" .\Certificates\AAACertificateServices.crt "${{ env.INSTALLER_FOLDER }}\${{ env.INSTALLER_EXE_NAME }}"
- if: ${{ github.ref == 'refs/heads/master' }}
name: Beta Release
run: .\scripts\upload_new_installer.ps1 "$env:INSTALLER_FOLDER" "$env:S3_BUCKET" "beta/latest"
Expand Down

0 comments on commit bf69125

Please sign in to comment.