Skip to content

Commit

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

0 comments on commit ed09e39

Please sign in to comment.