Compare commits
1 Commits
v2.0.4
..
63654a59b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 63654a59b8 |
+2
-2
@@ -240,9 +240,9 @@ elif [[ "$FORGE" == "tea" ]]; then
|
|||||||
--title "$RELEASE_TITLE" \
|
--title "$RELEASE_TITLE" \
|
||||||
--note "$RELEASE_NOTES"
|
--note "$RELEASE_NOTES"
|
||||||
|
|
||||||
# tea attaches assets separately
|
# tea attaches assets as positional args: tea release asset create <tag> <file>...
|
||||||
for f in "${ASSETS[@]+"${ASSETS[@]}"}"; do
|
for f in "${ASSETS[@]+"${ASSETS[@]}"}"; do
|
||||||
run tea release asset create --tag "$TAG" "$f"
|
run tea release asset create "$TAG" "$f"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user