This commit is contained in:
2025-10-29 00:29:05 -05:00
parent 83e2b9d21f
commit df3391c3d4

View File

@@ -12,9 +12,11 @@ runs:
run: |
echo "#!/bin/bash
echo '📤️ Uploading package to ${{ gitea.server_url }} ...'
if [ -z "$username" ]
if [ -z "\$username" ]
then
echo "NO USERNAME DETECTED"
else
echo "\$username , first letter \${username:0:1}"
fi
curl --user \"\$username:\$token\" \
--upload-file ./*.tar.zst \