more quotes

This commit is contained in:
2025-10-28 23:47:34 -05:00
parent a9b31817f0
commit a51fb8b72d

View File

@@ -12,8 +12,7 @@ runs:
run: |
echo "#!/bin/bash
echo '📤️ Uploading package ...'
cat ./post-entrypoint.sh
curl --user \$username:\$token \
curl --user \"\$username:\$token\" \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
" > "./post-entrypoint.sh"
@@ -28,9 +27,3 @@ runs:
with:
username: ${{ secrets.USERNAME }}
token: ${{ secrets.TOKEN }}
- name: ls
shell: bash
run: |
echo "FINAL LS"
ls -al