Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
6753fc439a
commit
2ba3c1e0f8
1 changed files with 2 additions and 4 deletions
|
@ -22,15 +22,13 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# name: build-files
|
# name: build-files
|
||||||
# path: /data/work/packages/edge/aarch64/*.apk
|
# path: /data/work/packages/edge/aarch64/*.apk
|
||||||
- run: >
|
|
||||||
echo ${{github.api_url}}/packages/meow/alpine/edge/nightly
|
|
||||||
- name: Upload to package registry
|
- name: Upload to package registry
|
||||||
run: >
|
run: >
|
||||||
for apk in /data/work/packages/edge/aarch64/*.apk ; do
|
for apk in /data/work/packages/edge/aarch64/*.apk ; do
|
||||||
echo -- Uploading $apk
|
echo -- Uploading $apk
|
||||||
curl -H "Authorization: token ${{github.token}}" \
|
curl -H "Authorization: token ${{secrets.PACKAGE_TOKEN}}" \
|
||||||
--upload-file $apk \
|
--upload-file $apk \
|
||||||
${{env.GITHUB_SERVER_URL}}/api/packages/meow/alpine/edge/nightly
|
${{github.server_url}}/api/packages/meow/alpine/edge/nightly
|
||||||
done
|
done
|
||||||
|
|
||||||
#- name: Clean up
|
#- name: Clean up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue