Skip to content

Commit

Permalink
Add dongle support to workflow (manna-harbour#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKoit authored and alex committed Dec 18, 2024
1 parent 95d3d44 commit ce780df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
fi
echo "shield_arg=$SHIELD_ARG" >> $GITHUB_OUTPUT
keyboard_split="$keyboard"
keyboard_base=`echo "$keyboard" | sed -e 's/_\(left\|right\)//' -e 's/@.*//'`
keyboard_base=`echo "$keyboard" | sed -e 's/_\(left\|right\|dongle\)//' -e 's/@.*//'`
configfile="${GITHUB_WORKSPACE}/miryoku_zmk/miryoku/custom_config.h"
Expand Down

0 comments on commit ce780df

Please sign in to comment.