Skip to content

Commit

Permalink
Upgraded to holochain v0.4 and tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 7, 2024
1 parent 93e8003 commit 2b63df8
Show file tree
Hide file tree
Showing 80 changed files with 3,377 additions and 2,642 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install and prepare
run: |
npm install
npm run setup:happ-release
- id: build-app
uses: tauri-apps/tauri-action@v0
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:

- name: Install and prepare
run: |
nix develop --no-update-lock-file --command npm install
nix develop --no-update-lock-file --command npm install && npm run setup:happ-release
- name: setup Android signing
run: |
Expand Down Expand Up @@ -147,6 +148,7 @@ jobs:
- name: Install and prepare
run: |
npm install
npm run setup:happ-release
- name: build the app
uses: tauri-apps/tauri-action@v0
Expand Down Expand Up @@ -196,7 +198,7 @@ jobs:
- name: Install and prepare
run: |
npm install
npm run build -w ui
npm run setup:happ-release
- name: build the app
uses: tauri-apps/tauri-action@v0
Expand Down
Loading

0 comments on commit 2b63df8

Please sign in to comment.