Skip to content

Commit

Permalink
this runs on linux not windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Feb 21, 2022
1 parent 9c9a317 commit cef70e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.defaults.workflow
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUST_LOG=error
RUST_LOG=info
TERRARUST_CHAIN=bombay-12
TERRARUST_LCD=https://bombay-lcd.terra.dev
TERRARUST_FCD=https://bombay-fcd.terra.dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cef70e0

Please sign in to comment.