does it go both ways?

This commit is contained in:
2025-10-28 23:12:22 -05:00
parent 5dff2a9df9
commit 84553bcd9a

View File

@@ -13,6 +13,12 @@ runs:
echo "#!/bin/bash
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 ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \
--upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
@@ -25,3 +31,9 @@ runs:
- name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build
- name: ls
shell: bash
run: |
echo "FINAL LS"
ls -al