Skip to content

address #5: CI/CD yml for release publishing #1

address #5: CI/CD yml for release publishing

address #5: CI/CD yml for release publishing #1

Workflow file for this run

on:
push:
tags:
- "v*.*.*"
jobs:
release_fw:
runs-on: ubuntu-latest
container:
image: espressif/idf:v5.3
steps:
- name: "Checkout files"
uses: actions/checkout@v4
with:
submodules: "recursive"
- name: "Regular firmware build"
run: "./ci/build.sh"
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: webserver/build/tokay_lite.bin