Skip to content

Commit a7daa52

Browse files
committed
test
1 parent c16429c commit a7daa52

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
@@ -8,7 +8,7 @@
88
# ! Must be defined: APP_ARCH, APP_NAME, APP_VERSION, GITHUB_SHA, RUNNER_OS
99
# This script is part of tools to use in GitHub workflow
1010

11-
assets="${APP_NAME}-${APP_VERSION}+$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')-${APP_ARCH}${ASSET_SUFFIX}"
11+
assets="${APP_NAME}-${APP_VERSION}-$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')-${APP_ARCH}${ASSET_SUFFIX}"
1212

1313
pwd
1414
echo "$assets"

0 commit comments

Comments
 (0)