produce a README
This commit is contained in:
parent
91ab7d0abd
commit
18ecd13253
1 changed files with 6 additions and 1 deletions
7
.github/workflows/githubci.yml
vendored
7
.github/workflows/githubci.yml
vendored
|
|
@ -51,7 +51,12 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
if [ -d build ]; then
|
||||
cd build && zip -9 -o ${{ matrix.arduino-platform }}.zip *.hex *.bin *.uf2
|
||||
(
|
||||
echo "Built from Adafruit Learning System Guides `git describe --tags` for ${{ matrix.arduino-platform }}"
|
||||
echo "Source code: https://github.com/adafruit/"
|
||||
echo "Adafruit Learning System: https://learn.adafruit.com/"
|
||||
) > build/README.txt
|
||||
cd build && zip -9 -o ${{ matrix.arduino-platform }}.zip *.hex *.bin *.uf2 *.txt
|
||||
fi
|
||||
|
||||
- name: Create release
|
||||
|
|
|
|||
Loading…
Reference in a new issue