Workflow upload artifacts and create release fix 2

This commit is contained in:
Djuri Baars 2023-08-29 16:13:04 +02:00
parent 81d8ba9925
commit 53d01ffc1a
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,6 @@ jobs:
- name: Create release - name: Create release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: ${{ github.sha }} tag: main
commit: main commit: main
artifacts: "*.bin" artifacts: "*.bin"

View File

@ -1,5 +1,7 @@
# BTClock v2 # BTClock v2
[![BTClock CI](https://github.com/dsbaars/btclock_v2/actions/workflows/workflow.yml/badge.svg)](https://github.com/dsbaars/btclock_v2/actions/workflows/workflow.yml)
Improved code for BTClock with many features. Improved code for BTClock with many features.
Don't forget to copy `config.h.example` to `config.h`. Not necessary to adapt it, since everything should be configurable through the WebUI. Don't forget to copy `config.h.example` to `config.h`. Not necessary to adapt it, since everything should be configurable through the WebUI.