Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a8ed355dcf
|
@@ -19,4 +19,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
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
|
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')" \
|
||||||
|
https://git.huizinga.dev/api/packages/infra/arch/core
|
||||||
|
|||||||
Reference in New Issue
Block a user