Skip to content

Commit

Permalink
CI: Use local manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 4, 2022
1 parent a6f9373 commit fdfee0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python3 -m pip install littlefs-python
wget ${{env.FIRMWARE_URL}}/${{env.FIRMWARE_NAME}}.uf2
./dir2uf2/dir2uf2 --append-to ${{env.FIRMWARE_NAME}}.uf2 --manifest dir2uf2/enviro.txt --filename ${{env.RELEASE_FILE}}.uf2 enviro/
./dir2uf2/dir2uf2 --append-to ${{env.FIRMWARE_NAME}}.uf2 --manifest enviro/uf2-manifest.txt --filename ${{env.RELEASE_FILE}}.uf2 enviro/
rm -rf enviro/.git*
rm -rf enviro/phew/.git*
Expand Down
8 changes: 8 additions & 0 deletions uf2-manifest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
main.py
enviro/*.py
enviro/boards/*.py
enviro/destinations/*.py
enviro/html/*.html
enviro/html/images/*
phew/__init__.py
phew/phew/*.py

0 comments on commit fdfee0f

Please sign in to comment.