Update .github/workflows/nightly.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Hua Audio 2026-03-08 02:22:16 +01:00 committed by GitHub
parent 6b63ed0f8e
commit b80694fc44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,5 +135,6 @@ jobs:
gh release create "$TAG" \ gh release create "$TAG" \
--title "$TITLE" \ --title "$TITLE" \
--notes "$NOTES" \ --notes "$NOTES" \
--target "${{ github.sha }}" \
build/* build/*
fi fi