Skip to content

Commit 92d8bb8

Browse files
committed
ci: update asset naming convention to use '+' instead of '_' for versioning
1 parent fdb6396 commit 92d8bb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

collect-assets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
current_date=$( date +%y%m%d )
1212
APP_DATE=${APP_DATE:-$current_date}
13-
assets="${APP_NAME}_${APP_VERSION}-${APP_DATE}-${GITHUB_SHA:0:7}_$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')_${APP_ARCH}${ASSET_SUFFIX}"
13+
assets="${APP_NAME}-${APP_VERSION}+${APP_DATE}-${GITHUB_SHA:0:7}-$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')-${APP_ARCH}${ASSET_SUFFIX}"
1414

1515
pwd
1616
echo "$assets"

0 commit comments

Comments
 (0)