Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c4c54c2800
|
@@ -19,6 +19,4 @@ jobs:
|
||||
with:
|
||||
path: .
|
||||
- name: Upload package
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user