Skip to content

Commit

Permalink
upgrade pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Aug 29, 2024
1 parent 01830c7 commit c08f47c
Showing 1 changed file with 8 additions and 27 deletions.
35 changes: 8 additions & 27 deletions .github/workflows/pixl.js-fw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,14 @@ jobs:
run: chown root:root .
- name: build firmware
run: cd fw && make all RELEASE=1 APP_VERSION=$GITHUB_RUN_NUMBER BOARD=${{matrix.board}}
- name: upload bootloader
- name: upload artifact
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/_build/bootloader.hex
- name: upload firmware
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/_build/pixljs.hex
- name: upload all
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/_build/pixljs_all.hex
- name: upload ota
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/_build/pixjs_ota_v${{github.run_number}}.zip
- name: upload fw update script
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/scripts/fw_update.bat
- name: upload fw readme file
uses: actions/upload-artifact@v4
with:
name: pixljs_fw_${{matrix.board}}
path: fw/docs/fw_readme.txt
path: |
fw/_build/bootloader.hex
fw/_build/pixljs.hex
fw/_build/pixljs_all.hex
fw/_build/pixjs_ota_v${{github.run_number}}.zip
fw/docs/fw_readme.txt
fw/scripts/fw_update.bat

0 comments on commit c08f47c

Please sign in to comment.