Skip to content

Commit ff6ee9a

Browse files
committed
- Maybe fix path issues for globbed files
1 parent a2a35be commit ff6ee9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ platforms:
6060
script_location: toolchain/ci
6161
template_location: toolchain/cmake/Templates
6262
version:
63-
hotfix: 24
63+
hotfix: 25
6464
major: 0
6565
minor: 3
6666
patch: 0

cb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ case $1 in
123123
[ -z "$RELEASE_NAME" ] && github_api push release "$TRAVIS_REPO_SLUG" "$TAG_NAME" "Release $TAG_NAME" "Automated release"
124124

125125
for FILE in $(find . -maxdepth 1 -type f -name '*.'$2); do
126-
github_api push asset "$TRAVIS_REPO_SLUG:$TAG_NAME" "$FILE"
126+
github_api push asset "$TRAVIS_REPO_SLUG:$TAG_NAME" "$(basename $FILE)"
127127
done
128128
;;
129129
"lint")

0 commit comments

Comments
 (0)