Skip to content

Commit

Permalink
ci: build release
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 21, 2023
1 parent c720896 commit a5f0c9c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/capsule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,20 @@ jobs:

- run: capsule build
- run: capsule test

build_release:
name: Capsule Build for Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- name: install cross
run: cargo install cross --git https://github.com/cross-rs/cross
- name: install capsule
run: cargo install ckb-capsule

- run: capsule build --release
- uses: actions/upload-artifact@v4
with:
path: |
build/release/joyid-cobuild-poc

0 comments on commit a5f0c9c

Please sign in to comment.