Compare commits
2 Commits
e08d13304d
..
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
8e5e02d29d
|
|||
|
c15f1ae5c4
|
@@ -20,6 +20,6 @@ jobs:
|
|||||||
path: .
|
path: .
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
run: |
|
run: |
|
||||||
curl --user ${{ gitea.actor }}:${{ secrets.GITEA_TOKEN }} \
|
curl --user ${{ gitea.actor }}:${{ secrets.REGISTRY_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