mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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:
|
||||
- master
|
||||
- next
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@ -58,3 +60,11 @@ jobs:
|
||||
with:
|
||||
name: 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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
@ -50,7 +50,7 @@ const config = {
|
||||
supportsTablet: true,
|
||||
},
|
||||
android: {
|
||||
package: IS_DEV ? "moe.sdg.kyoo.dev" : "moe.sdg.kyoo",
|
||||
package: IS_DEV ? "dev.zoriya.kyoo.dev" : "dev.zoriya.kyoo",
|
||||
adaptiveIcon: {
|
||||
foregroundImage: "./assets/icon.png",
|
||||
backgroundColor: "#eff1f5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user