nevermind
This commit is contained in:
@@ -12,13 +12,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
echo "#!/bin/bash
|
echo "#!/bin/bash
|
||||||
echo '📤️ Uploading package ...'
|
echo '📤️ Uploading package ...'
|
||||||
ls -al
|
|
||||||
|
|
||||||
git config --global user.name 'Guy Incognito'
|
|
||||||
git config --global user.email 'user@local'
|
|
||||||
git add ./*.tar.zst
|
|
||||||
git commit -m 'fuck you, gitea'
|
|
||||||
|
|
||||||
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user