mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Rename workflow files
This commit is contained in:
parent
bc6675f630
commit
7c5bbbe5b8
@ -1,4 +1,4 @@
|
||||
name: 'Build all keyboards'
|
||||
name: 'Build all keyboards with default options'
|
||||
on:
|
||||
- workflow_dispatch
|
||||
jobs:
|
||||
@ -1,4 +1,4 @@
|
||||
name: 'Build corne'
|
||||
name: 'Build corne with default options'
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
done
|
||||
artifact_build_name=`echo $artifact_build_name | tr ' ' '-'`
|
||||
echo "::set-output name=artifact-build-name::$artifact_build_name"
|
||||
echo "::set-output name=artifact-generic-name::"`echo "$artifact_build_name" | sed 's/_\(left\|right\)//'`
|
||||
echo "::set-output name=artifact-generic-name::$artifact_build_name"
|
||||
echo "::set-output name=artifact-dir::artifacts"
|
||||
- name: Build (west build)
|
||||
run: west build -s zmk/app -b ${{ matrix.board }} -- ${{ steps.variables.outputs.shield-arg }} -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
|
||||
Loading…
Reference in New Issue
Block a user