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