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