double fixed

This commit is contained in:
2025-11-07 17:57:08 -05:00
parent 817c084d39
commit 66e3c1910e

View File

@@ -38,7 +38,7 @@ runs:
echo "#!/bin/bash echo "#!/bin/bash
echo '📤️ Uploading package to ${{ gitea.server_url }} ...' echo '📤️ Uploading package to ${{ gitea.server_url }} ...'
for f in ./*.tar.zst; do for f in ./*.tar.zst; do
[ -f \"$f\" ] || continue [ -f \"\$f\" ] || continue
curl -f --user \"\$username:\$token\" \ curl -f --user \"\$username:\$token\" \
--upload-file \"\$f\" \ --upload-file \"\$f\" \
'${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}' '${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/arch/${{ steps.parsed.outputs.destination }}'