Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Sep 10, 2024
1 parent ef7ed0f commit 1c26e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pnpm install -g @dist0rtion/thc

- name: Build game
run: thc build game
run: ETHEREUM_ENDPOINT=${{ secrets.ETHEREUM_ENDPOINT }} thc build game

- name: Provide dapp
run: thc provide-dapp game thc/web
Expand Down

0 comments on commit 1c26e6d

Please sign in to comment.