now that that's working

This commit is contained in:
2025-10-28 23:35:52 -05:00
parent d6cfd76333
commit 70f53a9f72

View File

@@ -12,7 +12,6 @@ runs:
run: |
echo "#!/bin/bash
echo '📤️ Uploading package ...'
echo testing: my username is \$username
curl --user \$username:\$token \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
@@ -26,7 +25,7 @@ runs:
- name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build
with:
username: ABC
username: ${{ secrets.USERNAME }}
token: ${{ secrets.TOKEN }}
- name: ls