From 53d01ffc1af8d99c91165d9dfb410e0b02f64ead Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Tue, 29 Aug 2023 16:13:04 +0200 Subject: [PATCH] Workflow upload artifacts and create release fix 2 --- .github/workflows/workflow.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c70c05e..1bc8ceb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -41,6 +41,6 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - tag: ${{ github.sha }} + tag: main commit: main artifacts: "*.bin" \ No newline at end of file diff --git a/README.md b/README.md index 9263a8b..5d633d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. Don't forget to copy `config.h.example` to `config.h`. Not necessary to adapt it, since everything should be configurable through the WebUI.