Skip to content

Commit

Permalink
Bump exocore + make contact indexable (#1286)
Browse files Browse the repository at this point in the history
* make email contact struct indexable

* fix formatting

* fix github actions

* revert protos in app package

* fix github actions order

* chore(*): bump exocore

* chore(*): fix domutils deps

* chore(*): bump protos
  • Loading branch information
appaquet authored Mar 20, 2022
1 parent f966bed commit f04724c
Show file tree
Hide file tree
Showing 12 changed files with 292 additions and 260 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Download exo
run: |
wget https://github.com/appaquet/exocore/releases/download/v0.1.19/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
wget https://github.com/appaquet/exocore/releases/download/v0.1.20/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
echo `pwd` >> $GITHUB_PATH
- name: Build app package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:

- name: Download exo
run: |
wget https://github.com/appaquet/exocore/releases/download/v0.1.19/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
wget https://github.com/appaquet/exocore/releases/download/v0.1.20/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
echo `pwd` >> $GITHUB_PATH
- name: Build & package app
Expand Down
Loading

0 comments on commit f04724c

Please sign in to comment.