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

I reverted the wrong commit.

This reverts commit d090e21390.
This commit is contained in:
Henrik Grimler 2022-06-18 19:06:53 +02:00
parent 26200abbde
commit 93e4eb1a75
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 }}
@ -299,7 +299,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