Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhugo committed Nov 27, 2023
1 parent 9d946d4 commit fb64564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload hex file
uses: actions/upload-artifact@v1
with:
name: build-py-${{ matrix.os }}
name: build-py-NO_BLE-${{ matrix.os }}
path: MICROBIT.hex
- name: Prepare production example (BLE)
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
python -c "import pathlib; \
f=pathlib.Path('source/main.cpp'); \
f.write_text(f.read_text().replace('// stored = 1;', 'stored = 1;'))"
f.write_text(f.read_text().replace('int productiontest=1;', 'int productiontest=0;'))"
- name: Build BLE project using build.py
run: python build.py --clean
- name: Upload BLE hex file
Expand Down

0 comments on commit fb64564

Please sign in to comment.