This commit is contained in:
2025-10-28 23:15:51 -05:00
parent 914d11f446
commit e9b26b6102

View File

@@ -17,9 +17,9 @@ runs:
git config --global user.name 'Guy Incognito'
git config --global user.email 'user@local'
git add ./*.tar.zst
git commit -m "fuck you, gitea"
git commit -m 'fuck you, gitea'
curl --user "$username:$token" \
curl --user $username:$token \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
" > "./post-entrypoint.sh"