Skip to content

Commit 7217cd4

Browse files
committed
chore: change app variant from 'bitcoin' to 'acre' in github ci
1 parent befe860 commit 7217cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_functional_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
2424
with:
2525
upload_app_binaries_artifact: "compiled_app_binaries"
26-
flags: "DEBUG=0 COIN=bitcoin_testnet"
26+
flags: "DEBUG=0 COIN=acre_testnet"
2727

2828
ragger_tests:
2929
name: Run ragger tests using the reusable workflow

.github/workflows/ci-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040

4141
- name: Build
4242
run: |
43-
make DEBUG=0 COIN=bitcoin BOLOS_SDK=${{ matrix.SDK }} && mv bin/ acre-bin/
43+
make DEBUG=0 COIN=acre BOLOS_SDK=${{ matrix.SDK }} && mv bin/ acre-bin/
4444
make clean
45-
make DEBUG=0 COIN=bitcoin_testnet BOLOS_SDK=${{ matrix.SDK }} && mv bin/ acre-testnet-bin/
45+
make DEBUG=0 COIN=acre_testnet BOLOS_SDK=${{ matrix.SDK }} && mv bin/ acre-testnet-bin/
4646
- name: Upload Acre app binary
4747
uses: actions/upload-artifact@v4
4848
with:

0 commit comments

Comments
 (0)