1 Commits

Author SHA1 Message Date
Dreaded_X dd62f3d715 chore(actions): Publish Arch Linux package
Release / Arch Linux (push) Failing after 3m43s
2026-04-06 04:20:24 +02:00
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
uses: https://git.huizinga.dev/infra/archlinux-package-action@v4 uses: https://git.huizinga.dev/infra/archlinux-package-action@v4
with: with:
path: . path: .
- run: curl --version - run: ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst'
- name: Upload package - name: Upload package
run: curl -v --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \ run: curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
--upload-file="$(ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst')" \ --upload-file="$(ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst')" \
https://git.huizinga.dev/api/packages/infra/arch/core https://git.huizinga.dev/api/packages/infra/arch/core