Skip to content

Right alt is usefull, need to find another solution for sysrq #8

Right alt is usefull, need to find another solution for sysrq

Right alt is usefull, need to find another solution for sysrq #8

Workflow file for this run

---
name: "tag release"
on:
push:
paths:
- 'config/**'
tags:
- '*'
jobs:
build:
uses: "zmkfirmware/zmk/.github/workflows/build-user-config.yml@main"
release:
name: "Release"
runs-on: "ubuntu-latest"
needs: build
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@master
with:
name: firmware
path: build/artifacts
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
build/artifacts/*.uf2