We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16429c commit a7daa52Copy full SHA for a7daa52
1 file changed
collect-assets
@@ -8,7 +8,7 @@
8
# ! Must be defined: APP_ARCH, APP_NAME, APP_VERSION, GITHUB_SHA, RUNNER_OS
9
# This script is part of tools to use in GitHub workflow
10
11
-assets="${APP_NAME}-${APP_VERSION}+$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')-${APP_ARCH}${ASSET_SUFFIX}"
+assets="${APP_NAME}-${APP_VERSION}-$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')-${APP_ARCH}${ASSET_SUFFIX}"
12
13
pwd
14
echo "$assets"
0 commit comments