Skip to content

Commit

Permalink
fix(ci): fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Mar 20, 2022
1 parent ee156a4 commit 319e9ed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,18 @@ jobs:

- uses: Swatinem/rust-cache@v1

- name: Build app
run: |
cd $GITHUB_WORKSPACE
./app/tools/build.sh
- name: Download exo
run: |
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
run: |
cd $GITHUB_WORKSPACE
./app/tools/build.sh
- name: Build app package
run: |
exo app package
mv exomind.zip exomind-app.zip
- name: Upload build artifacts
Expand Down

0 comments on commit 319e9ed

Please sign in to comment.