Let's see what we're working with here

This commit is contained in:
2025-10-28 18:55:47 -05:00
parent 50d9b1a59f
commit 5dff2a9df9

View File

@@ -11,8 +11,8 @@ runs:
shell: bash shell: bash
run: | run: |
echo "#!/bin/bash echo "#!/bin/bash
sudo pacman -S curl --noconfirm --noprogressbar && \
echo '📤️ Uploading package ...' echo '📤️ Uploading package ...'
ls -al
curl --user ${{ secrets.USERNAME }}:${{ secrets.TOKEN }} \ curl --user ${{ secrets.USERNAME }}:${{ secrets.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'
@@ -23,8 +23,5 @@ runs:
git add "./post-entrypoint.sh" git add "./post-entrypoint.sh"
git commit -m "fuck you, gitea" git commit -m "fuck you, gitea"
- name: why
run: ls -al
- name: Build package - name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build uses: https://git.sanin.dev/packages_test/build-publish/@build