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