We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7ffcf commit f6ea42aCopy full SHA for f6ea42a
.github/workflows/release.yml
@@ -38,8 +38,7 @@ jobs:
38
run: cargo install holochain_cli --version 0.1.0 --locked
39
# build hApp
40
- name: Build hApp
41
- run: |
42
- nix-shell --run "npm run happ-pack"
+ run: bash ./scripts/happ-pack.sh
43
# store happs as build artifacts
44
- uses: actions/upload-artifact@master
45
with:
0 commit comments