We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a35be commit ff6ee9aCopy full SHA for ff6ee9a
.build.yml
@@ -60,7 +60,7 @@ platforms:
60
script_location: toolchain/ci
61
template_location: toolchain/cmake/Templates
62
version:
63
- hotfix: 24
+ hotfix: 25
64
major: 0
65
minor: 3
66
patch: 0
cb
@@ -123,7 +123,7 @@ case $1 in
123
[ -z "$RELEASE_NAME" ] && github_api push release "$TRAVIS_REPO_SLUG" "$TAG_NAME" "Release $TAG_NAME" "Automated release"
124
125
for FILE in $(find . -maxdepth 1 -type f -name '*.'$2); do
126
- github_api push asset "$TRAVIS_REPO_SLUG:$TAG_NAME" "$FILE"
+ github_api push asset "$TRAVIS_REPO_SLUG:$TAG_NAME" "$(basename $FILE)"
127
done
128
;;
129
"lint")
0 commit comments