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