Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
dd62f3d715
|
@@ -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: ls | grep -E 'crete-[0-9]+\.[0-9]+\.[0-9]+-[0-9]+-.*.pkg.tar.zst'
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
run: |
|
run: curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user