This commit is contained in:
AsenHu 2024-12-17 02:08:52 +00:00 committed by GitHub
parent 5813419f4b
commit 63c4975483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Upload Release Assets
on:
release:
types: [published, prereleased]
types: [published]
workflow_dispatch:
inputs:
tag:
@ -51,7 +51,7 @@ jobs:
exit 0
fi
tag="${GH_TAG}}"
tag="${GH_TAG}"
fi
echo "ci_id=$id" >> "$GITHUB_OUTPUT"