From 623aa6927b359116e10ab2fa6d7f006ae1b4e4f9 Mon Sep 17 00:00:00 2001 From: MuweiHe Date: Mon, 1 May 2023 18:46:08 -0700 Subject: [PATCH] Update .goreleaser.yml --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 3ee28bd6e..53dc94413 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -59,7 +59,7 @@ builds: - cmd: az keyvault secret download --file CLIEVCodeSigningCertificate2.pfx --name CLIEVCodeSigningCertificate2 --subscription cc-prod --vault-name CLICodeSigningKeyVault --encoding base64 - cmd: xattr -dr com.apple.quarantine ./lib/osslsigncode post: - - cmd: cp dist/confluent_windows_amd64_v1/confluent.exe /Users/mhe/git/go/src/github.com/confluentinc/cli/dist/confluent-windows-amd64_windows_amd64/confluent.exe + - cmd: cp /Users/mhe/documents/github/cli/dist/confluent_windows_amd64_v1/confluent.exe /Users/mhe/git/go/src/github.com/confluentinc/cli/dist/confluent-windows-amd64_windows_amd64/confluent.exe - cmd: ./lib/osslsigncode sign -n "Confluent CLI" -i "https://confluent.io" -pkcs12 CLIEVCodeSigningCertificate2.pfx -in dist/confluent-windows-amd64_windows_amd64/confluent.exe -out dist/confluent-windows-amd64_windows_amd64/confluent.exe - cmd: rm CLIEVCodeSigningCertificate2.pfx - binary: confluent