Reset config.h for matrix builds

This commit is contained in:
Manna Harbour 2021-05-04 14:52:07 +10:00
parent 9a37ebb93f
commit a37e666a43
3 changed files with 3 additions and 6 deletions

View File

@ -78,10 +78,9 @@ jobs:
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
fi
echo "::set-output name=shield-arg::${SHIELD_ARG}"
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
echo "::set-output name=configfile::$configfile"
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
do

View File

@ -56,10 +56,9 @@ jobs:
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
fi
echo "::set-output name=shield-arg::${SHIELD_ARG}"
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
echo "::set-output name=configfile::$configfile"
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
do

View File

@ -68,10 +68,9 @@ jobs:
SHIELD_ARG="-DSHIELD=${{ matrix.shield }}"
fi
echo "::set-output name=shield-arg::${SHIELD_ARG}"
configfile="${GITHUB_WORKSPACE}/miryoku/config.h"
echo '// https://github.com/manna-harbour/miryoku-zmk/' > "$configfile"
echo "::set-output name=configfile::$configfile"
artifact_build_name="miryoku_zmk ${{ matrix.shield }} ${{ matrix.board }}"
for option in "alphas_${{ matrix.alphas }}" "nav_${{ matrix.nav }}" "clipboard_${{ matrix.clipboard }}" "layers_${{ matrix.layers }}" "mapping_${{ matrix.mapping }}"
do