Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,24 @@ jobs:
- name: Build keys
run: ./build.sh keys

- name: Build max2
run: ./build.sh max2

- name: Build keys_ota_bin
run: ./build.sh keys_ota_bin

- name: Build max2_ota_bin
run: ./build.sh max2_ota_bin

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: vibekeys
path: |
./vibekeys_ota.bin
./vibekeys.bin
./vibekeys_max2_ota.bin
./vibekeys_max2.bin

release:
needs: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
action:
- command: build
args: --release
- command: build
args: --release --features max2
- command: fmt
args: --all -- --check --color always
steps:
Expand Down
Loading
Loading