Undo previous commit and use correct variable
All checks were successful
Wake Runner / build (push) Successful in 9s
Build and Push / build (push) Successful in 8s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 10:54:01 +02:00
parent 25f926d3f9
commit a12f8fd551

View File

@ -20,5 +20,7 @@ jobs:
- name: Push to repository
run: |
makepkg --packagelist | while read -r file; do
curl --user ${{ secrets.USERNAME }}:${{ secrets.PASSWORD }} --upload-file $FILE https://gitea.seeseepuff.be/api/packages/archlinux/arch/personal
curl --user ${{ secrets.USERNAME }}:${{ secrets.PASSWORD }} \
--upload-file $file \
https://gitea.seeseepuff.be/api/packages/archlinux/arch/personal
done