File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
uses : LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
24
24
with :
25
25
upload_app_binaries_artifact : " compiled_app_binaries"
26
- flags : " DEBUG=0 COIN=bitcoin_testnet "
26
+ flags : " DEBUG=0 COIN=acre_testnet "
27
27
28
28
ragger_tests :
29
29
name : Run ragger tests using the reusable workflow
Original file line number Diff line number Diff line change 40
40
41
41
- name : Build
42
42
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/
44
44
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/
46
46
- name : Upload Acre app binary
47
47
uses : actions/upload-artifact@v4
48
48
with :
You can’t perform that action at this time.
0 commit comments