mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2026-02-21 05:37:04 +00:00
chore: drop testing
This commit is contained in:
parent
c2611bdeb2
commit
b3ad430116
1 changed files with 0 additions and 3 deletions
|
|
@ -89,9 +89,6 @@ upload_release() {
|
||||||
exit 22
|
exit 22
|
||||||
fi
|
fi
|
||||||
if [ "$SKIP_ASSETS" == 'false' ]; then
|
if [ "$SKIP_ASSETS" == 'false' ]; then
|
||||||
echo "Response:"
|
|
||||||
cat "$TMP_DIR"/release.json
|
|
||||||
echo "-----------------------------"
|
|
||||||
release_id=$(jq --raw-output .id <"$TMP_DIR"/release.json)
|
release_id=$(jq --raw-output .id <"$TMP_DIR"/release.json)
|
||||||
for file in "$RELEASE_DIR"/*; do
|
for file in "$RELEASE_DIR"/*; do
|
||||||
asset_name="$(basename "$file")"
|
asset_name="$(basename "$file")"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue