Skip to content

Commit

Permalink
ADD shared action logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank1234 committed Jul 30, 2024
1 parent 4ab5a54 commit 538318c
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.run_number }}_apk_debug
path: |
${{ github.workspace }}/app/build/outputs/apk/debug/app-debug.apk
${{ github.workspace }}/app/build/outputs/apk/dev/debug/app-debug.apk
- name: Build Debug Bundle
run: ./gradlew bundleDebug --stacktrace
Expand All @@ -31,4 +31,4 @@ jobs:
with:
name: ${{ github.run_number }}_apk_debug
path: |
${{ github.workspace }}/app/build/outputs/bundle/debug/app-debug.aab
${{ github.workspace }}/app/build/outputs/bundle/dev/debug/app-debug.aab
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
name: ${{ github.run_number }}_apk_debug
path: |
${{ github.workspace }}/app/build/outputs/apk/release/app-release.apk
${{ github.workspace }}/app/build/outputs/apk/dev/release/app-release.apk
- name: Build Release Bundle
env:
Expand All @@ -62,4 +62,4 @@ jobs:
with:
name: ${{ github.run_number }}_apk_debug
path: |
${{ github.workspace }}/app/build/outputs/bundle/release/app-release.aab
${{ github.workspace }}/app/build/outputs/bundle/dev/release/app-release.aab

0 comments on commit 538318c

Please sign in to comment.