Skip to content

Commit c8ff7fa

Browse files
Update - compile-config fix for Ender_GD32
1 parent cd94f6c commit c8ff7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-configs_ender3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if ($IS); then ISTMP=-IS; else ISTMP=; fi;
5252
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
5353
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
54-
echo "filename=${DTMP}Ender_GD32_Default${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
54+
echo "filename=${DTMP}Ender_GD32${EVTMP}_Default${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
5555
> Marlin/Configuration.h
5656
> Marlin/Configuration_adv.h
5757
> Marlin/Version.h
@@ -136,7 +136,7 @@ jobs:
136136
if ($TP); then TPTMP=-MPC; else TPTMP=; fi;
137137
if ($TJC); then DTMP=TJC-; else DTMP=; fi;
138138
if ($T5); then STMP=_SPDY5; else STMP=; fi;
139-
echo "filename=${DTMP}Ender_GD32${STMP}_MM-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
139+
echo "filename=${DTMP}Ender_GD32${EVTMP}${STMP}_MM-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
140140
> Marlin/Configuration.h
141141
> Marlin/Configuration_adv.h
142142
> Marlin/Version.h
@@ -231,7 +231,7 @@ jobs:
231231
if ($T5); then STMP=_SPDY5; else STMP=; fi;
232232
if ($T13); then TTMP=_SPRT13; else TTMP=; fi;
233233
if ($BMP); then MPTMP=_BMP; else MPTMP=; fi;
234-
echo "filename=${DTMP}Ender_GD32${TTMP}${STMP}${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
234+
echo "filename=${DTMP}Ender_GD32${EVTMP}${TTMP}${STMP}${MPTMP}_UBL-ProUI-EX${ISTMP}${TPTMP}$(date +"-%m-%d").bin" >> $GITHUB_OUTPUT
235235
> Marlin/Configuration.h
236236
> Marlin/Configuration_adv.h
237237
> Marlin/Version.h

0 commit comments

Comments
 (0)