mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Use specific android build path
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -149,6 +149,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,*/*.apk"
|
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,android/build/outputs/apk/release/*.apk"
|
||||||
draft: true
|
draft: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/Preview.yml
vendored
2
.github/workflows/Preview.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,*/*.apk"
|
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,android/build/outputs/apk/release/*.apk"
|
||||||
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
|
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
|
||||||
repo: Tachidesk-JUI-preview
|
repo: Tachidesk-JUI-preview
|
||||||
tag: r${{ env.COMMIT_COUNT }}
|
tag: r${{ env.COMMIT_COUNT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user