mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Fix actions not uploading release builds
This commit is contained in:
3
.github/workflows/Build.yml
vendored
3
.github/workflows/Build.yml
vendored
@@ -113,6 +113,7 @@ jobs:
|
||||
name: runner-package-${{ matrix.runtime }}
|
||||
path: |
|
||||
desktop/build/compose/binaries/main/*/
|
||||
desktop/build/compose/binaries/main-release/*/
|
||||
desktop/build/compose/jars/
|
||||
!desktop/build/compose/binaries/main/app/
|
||||
${{ env.SIGNED_RELEASE_FILE }}
|
||||
@@ -150,6 +151,6 @@ jobs:
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
artifacts: "*/binaries/main/*/*.*,*/binaries/main-release/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
draft: true
|
||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||
|
||||
3
.github/workflows/Preview.yml
vendored
3
.github/workflows/Preview.yml
vendored
@@ -121,6 +121,7 @@ jobs:
|
||||
name: runner-package-${{ matrix.runtime }}
|
||||
path: |
|
||||
desktop/build/compose/binaries/main/*/
|
||||
desktop/build/compose/binaries/main-release/*/
|
||||
desktop/build/compose/jars/
|
||||
!desktop/build/compose/binaries/main/app/
|
||||
${{ env.SIGNED_RELEASE_FILE }}
|
||||
@@ -186,7 +187,7 @@ jobs:
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
artifacts: "*/binaries/main/*/*.*,*/binaries/main-release/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
|
||||
repo: Tachidesk-JUI-preview
|
||||
tag: r${{ env.COMMIT_COUNT }}
|
||||
|
||||
Reference in New Issue
Block a user