ci(workflows/packages.yml): use packages.termux.dev for uploads

We are migrating from termux.org to termux.dev for all services. .org
redirects to .dev, so should be backward compatible, but url for aptly
scripts need to be updated as they do not handle returned http code
301/302.
This commit is contained in:
Henrik Grimler 2022-06-12 15:12:38 +02:00
parent 620e87d723
commit bc9834dfe9
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 3 additions and 3 deletions

View File

@ -233,9 +233,9 @@ jobs:
uses: actions/download-artifact@v3
with:
path: ./
- name: Upload to packages.termux.org
- name: Upload to packages.termux.dev
env:
REPOSITORY_URL: https://packages.termux.org/aptly-api
REPOSITORY_URL: https://packages.termux.dev/aptly-api
run: |
GITHUB_SHA=${{ github.sha }}
APTLY_API_AUTH=${{ secrets.APTLY_API_AUTH }}
@ -282,7 +282,7 @@ jobs:
fi
done
- name: Upload to grimler.se
# Run even if upload to packages.termux.org failed:
# Run even if upload to packages.termux.dev failed:
if: always()
env:
REPOSITORY_URL: https://aptly-api.grimler.se