Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
adaburrows committed Apr 24, 2023
1 parent 3e8af72 commit c5276a3
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
with:
name: holochain-ci
- name: Prepare Nix environment
run: nix-shell --command "echo Completed"
run: nix develop --command bash -c "echo Completed"
- name: Install PNPM and root dependencies
run: nix-shell --command "pnpm install --no-frozen-lockfile
run: nix develop --command bash -c "pnpm install --no-frozen-lockfile"
- name: Build all
run: |
nix-shell --run "pnpm run webhapp"
nix develop --command bash -c "pnpm run webhapp"
- name: upload webhapp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit c5276a3

Please sign in to comment.