mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
fix uploading to github releases
This commit is contained in:
parent
7aed5417dc
commit
6d7c84ab1e
@ -84,7 +84,7 @@ deploy:
|
|||||||
#publish on github releases
|
#publish on github releases
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key: "$GITHUB_TOKEN"
|
api_key: "$GITHUB_TOKEN"
|
||||||
file: $$OUTPUT_DIR/release/
|
file: $$OUTPUT_DIR/release/*
|
||||||
file_glob: true
|
file_glob: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user