Skip to content

Commit

Permalink
CHANGE actions utput folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank1234 committed Jul 31, 2024
1 parent 9f727f6 commit d9bca63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ github.run_number }}-dev-debug-apk
path: |
${{ github.workspace }}/app/build/outputs/apk/devDebug/app-dev-debug.apk
${{ github.workspace }}/app/build/outputs/apk/dev/debug/app-dev-debug.apk
- name: Build Prod APK
run: ./gradlew assembleProdDebug --stacktrace
Expand All @@ -31,4 +31,4 @@ jobs:
with:
name: ${{ github.event.repository.name }}_${{ github.run_number }}-prod-debug-apk
path: |
${{ github.workspace }}/app/build/outputs/apk/prodDebug/app-prod-debug.apk
${{ github.workspace }}/app/build/outputs/apk/prod/debug/app-prod-debug.apk
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ github.run_number }}-prod-release-apk
path: |
${{ github.workspace }}/app/build/outputs/apk/prodRelease/app-prod-release.apk
${{ github.workspace }}/app/build/outputs/apk/prod/release/app-prod-release.apk
- name: Build Prod Release Bundle
env:
Expand All @@ -58,4 +58,4 @@ jobs:
with:
name: ${{ github.event.repository.name }}-${{ github.run_number }}-prod-release-bundle
path: |
${{ github.workspace }}/app/build/outputs/bundle/prodRelease/app-prod-release.aab
${{ github.workspace }}/app/build/outputs/bundle/prod/release/app-prod-release.aab

0 comments on commit d9bca63

Please sign in to comment.