Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5a85ddf111
|
@@ -18,8 +18,5 @@ 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
|
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
run: curl -v --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
run: curl -v --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} --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
|
||||||
--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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user