Update README and workflow

This commit is contained in:
Djuri 2023-11-19 18:13:44 +01:00
parent 0e168f840a
commit 00aa784b3d
2 changed files with 10 additions and 8 deletions

View file

@ -58,6 +58,9 @@ jobs:
- name: Write build date to file
run: echo "$(date -u +'%Y-%m-%dT%H:%M:%SZ')" > output/date.txt
- name: Copy all artifacts to output folder
run: cp .pio/build/lolin_s3_mini_qr/*.bin output
- name: Upload artifacts
uses: actions/upload-artifact@v3
with: