Skip to content

Commit

Permalink
disable webhapp package build until #397 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
pospi committed Nov 21, 2023
1 parent 130c38e commit 3c16558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ jobs:
RELEASE="${GITHUB_REF#refs/tags/}"
RELEASE_DOWNLOAD_URL="https:\/\/github.com\/${GITHUB_REPOSITORY%/*}\/${GITHUB_REPOSITORY#*/}\/releases\/download\/${RELEASE}"
nix develop --command bash -c 'pnpm run build:holochain:release'
- name: Build explorer UI and webhapp package
run: nix develop --command bash -c 'pnpm run build:webhapp'
# - name: Build explorer UI and webhapp package
# run: nix develop --command bash -c 'pnpm run build:webhapp'
- name: upload bundles
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/web-app/hrea.webhapp" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/app/full_suite/hrea_suite.happ" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/dna/agent/hrea_agent.dna" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/dna/agreement/hrea_agreement.dna" --clobber
Expand All @@ -81,3 +80,4 @@ jobs:
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/dna/planning/hrea_planning.dna" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/dna/proposal/hrea_proposal.dna" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "bundles/dna/specification/hrea_specification.dna" --clobber
# gh release upload "${GITHUB_REF#refs/tags/}" "bundles/web-app/hrea.webhapp" --clobber

0 comments on commit 3c16558

Please sign in to comment.