Fix actions not uploading release builds

This commit is contained in:
Syer10
2023-02-12 19:01:29 -05:00
parent 229fcff38c
commit d63143d7c3
2 changed files with 4 additions and 2 deletions

View File

@@ -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 }}