fix code injection?

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-03 20:36:54 -04:00
parent b250e64854
commit 6797b3edf9
+1 -1
View File
@@ -75,5 +75,5 @@ jobs:
run: |
cd var
for file in *; do
gh release upload ${{github.event.release.tag_name}} $file
gh release upload '${{github.event.release.tag_name}}' $file
done