Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
55977413ac
commit
5ac7d5637d
1 changed files with 2 additions and 4 deletions
|
@ -23,12 +23,10 @@ jobs:
|
||||||
# name: build-files
|
# name: build-files
|
||||||
# path: /data/work/packages/edge/aarch64/*.apk
|
# path: /data/work/packages/edge/aarch64/*.apk
|
||||||
- run: >
|
- run: >
|
||||||
echo ${{github.api_url}}/packages/meow/alpine/edge/nightly
|
echo ${{github.server_url}}/packages/meow/alpine/edge/nightly
|
||||||
- name: Upload to package registry
|
- name: Upload to package registry
|
||||||
run: >
|
run: >
|
||||||
curl -H "Authorization: token ${{github.token}}" \
|
curl -H "Authorization: token ${{github.token}}" --upload-file /data/work/packages/edge/aarch64/*.apk ${{github.server_url}}/packages/meow/alpine/edge/nightly
|
||||||
--upload-file /data/work/packages/edge/aarch64/*.apk \
|
|
||||||
${{github.api_url}}/packages/meow/alpine/edge/nightly
|
|
||||||
|
|
||||||
#- name: Clean up
|
#- name: Clean up
|
||||||
# run: pmbootstrap -y zap -p
|
# run: pmbootstrap -y zap -p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue