From 9c9a3177b2aba234269fa62ede99e08223ecb717 Mon Sep 17 00:00:00 2001 From: "PFC(Ian)" Date: Mon, 21 Feb 2022 13:48:20 +1100 Subject: [PATCH] sooooo close --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 32a29c1..db242e8 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -41,5 +41,5 @@ jobs: run: | cp .env.defaults.workflow .env cargo install terra-rust - cargo terra --retries 20 --phrase ${{ secrets.WALLET_PHRASE }} migrate ${{ secrets.CONTRACT_ADDRESS }} .\artifacts\terra_peep721.wasm + cargo terra --retries 20 --phrase "${{ secrets.WALLET_PHRASE }}" migrate ${{ secrets.CONTRACT_ADDRESS }} .\artifacts\terra_peep721.wasm