fix build
This commit is contained in:
@@ -75,13 +75,16 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl -H "Authorization: token $TOKEN" \
|
for pkg in *.pkg.tar.zst; do
|
||||||
-H "Content-Type: application/octet-stream" \
|
curl -H "Authorization: token $TOKEN" \
|
||||||
--upload-file *.pkg.tar.zst \
|
-H "Content-Type: application/octet-stream" \
|
||||||
https://git.azur.webhop.me/api/packages/Azur/arch/pandora-arch
|
--upload-file "$pkg" \
|
||||||
|
"https://git.azur.webhop.me/api/packages/Azur/arch/pandora-arch"
|
||||||
|
done
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
|
chown -R $(whoami):$(whoami) .
|
||||||
|
|
||||||
git config user.name "Gitea Bot"
|
git config user.name "Gitea Bot"
|
||||||
git config user.email "bot@gitea.io"
|
git config user.email "bot@gitea.io"
|
||||||
git add -A
|
git add -A
|
||||||
|
|||||||
Reference in New Issue
Block a user