/.github/scripts: use lowercase actor name in path

This commit is contained in:
coffeegoddd
2023-07-27 09:56:56 -07:00
parent 0bbf6332ee
commit a684a3c360
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ jobname="$jobname-$timesuffix"
timeprefix=$(date +%Y/%m/%d)
actorprefix="$MODE/$ACTOR/$jobname/$NOMS_BIN_FORMAT"
actorprefix="$MODE/$lowered/$jobname/$NOMS_BIN_FORMAT"
format="markdown"
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then

View File

@@ -53,7 +53,7 @@ jobname="$actorShort-$timesuffix"
timeprefix=$(date +%Y/%m/%d)
actorprefix="$MODE/$ACTOR/$jobname/$NOMS_BIN_FORMAT"
actorprefix="$MODE/$lowered/$jobname/$NOMS_BIN_FORMAT"
format="markdown"
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then