Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Sep 10, 2024
1 parent a82785d commit 4845970
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Checkout game
uses: actions/checkout@v4
with:
path: game

- name: Checkout THC (as in Treasure Hunt Code)
uses: actions/checkout@v4
with:
repository: social-dist0rtion-protocol/thc
ref: dev
path: thc

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
Expand All @@ -26,18 +38,6 @@ jobs:
- name: Install THC (as in Treasure Hunt CLI)
run: pnpm install -g @dist0rtion/thc

- name: Checkout game
uses: actions/checkout@v4
with:
path: game

- name: Checkout THC (as in Treasure Hunt Code)
uses: actions/checkout@v4
with:
repository: social-dist0rtion-protocol/thc
ref: dev
path: thc

- name: Build game
run: thc build game

Expand Down

0 comments on commit 4845970

Please sign in to comment.