Rename workflow files

This commit is contained in:
Manna Harbour 2021-06-16 14:47:21 +10:00
parent bc6675f630
commit 7c5bbbe5b8
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: 'Build all keyboards' name: 'Build all keyboards with default options'
on: on:
- workflow_dispatch - workflow_dispatch
jobs: jobs:

View File

@ -1,4 +1,4 @@
name: 'Build corne' name: 'Build corne with default options'
on: on:
- push - push
- pull_request - pull_request

View File

@ -86,7 +86,7 @@ jobs:
done done
artifact_build_name=`echo $artifact_build_name | tr ' ' '-'` artifact_build_name=`echo $artifact_build_name | tr ' ' '-'`
echo "::set-output name=artifact-build-name::$artifact_build_name" 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" echo "::set-output name=artifact-dir::artifacts"
- name: Build (west build) - name: Build (west build)
run: west build -s zmk/app -b ${{ matrix.board }} -- ${{ steps.variables.outputs.shield-arg }} -DZMK_CONFIG="${GITHUB_WORKSPACE}/config" run: west build -s zmk/app -b ${{ matrix.board }} -- ${{ steps.variables.outputs.shield-arg }} -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"