mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 12:14:46 -04:00
Add apk to releases
This commit is contained in:
parent
206466f9cc
commit
2c59dddca0
10
.github/workflows/native-build.yml
vendored
10
.github/workflows/native-build.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
|
tags:
|
||||||
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -58,3 +60,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kyoo.apk
|
name: kyoo.apk
|
||||||
path: ./front/kyoo.apk
|
path: ./front/kyoo.apk
|
||||||
|
|
||||||
|
- name: Upload release artifacts
|
||||||
|
uses: Roang-zero1/github-upload-release-artifacts-action@v2
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
with:
|
||||||
|
args: ./front/kyoo.apk
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
5
.github/workflows/native-update.yml
vendored
5
.github/workflows/native-update.yml
vendored
@ -1,9 +1,8 @@
|
|||||||
name: Native update
|
name: Native update
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- v*
|
||||||
- next
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
@ -50,7 +50,7 @@ const config = {
|
|||||||
supportsTablet: true,
|
supportsTablet: true,
|
||||||
},
|
},
|
||||||
android: {
|
android: {
|
||||||
package: IS_DEV ? "moe.sdg.kyoo.dev" : "moe.sdg.kyoo",
|
package: IS_DEV ? "dev.zoriya.kyoo.dev" : "dev.zoriya.kyoo",
|
||||||
adaptiveIcon: {
|
adaptiveIcon: {
|
||||||
foregroundImage: "./assets/icon.png",
|
foregroundImage: "./assets/icon.png",
|
||||||
backgroundColor: "#eff1f5",
|
backgroundColor: "#eff1f5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user