fix build

This commit is contained in:
2026-06-17 11:07:44 +02:00
parent 9cbb1f8b86
commit ddebb42c97
+8 -5
View File
@@ -75,13 +75,16 @@ jobs:
env:
TOKEN: ${{ secrets.GITEA_TOKEN }}
run: |
curl -H "Authorization: token $TOKEN" \
-H "Content-Type: application/octet-stream" \
--upload-file *.pkg.tar.zst \
https://git.azur.webhop.me/api/packages/Azur/arch/pandora-arch
for pkg in *.pkg.tar.zst; do
curl -H "Authorization: token $TOKEN" \
-H "Content-Type: application/octet-stream" \
--upload-file "$pkg" \
"https://git.azur.webhop.me/api/packages/Azur/arch/pandora-arch"
done
- name: Commit and Push Changes
run: |
chown -R $(whoami):$(whoami) .
git config user.name "Gitea Bot"
git config user.email "bot@gitea.io"
git add -A