Skip to content

Commit

Permalink
Update deploy android Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Aug 13, 2023
1 parent a02b569 commit b0f161f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Make gradle executable
run: chmod +x ./gradlew
Expand All @@ -33,10 +33,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v1

- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Make gradle executable
run: chmod +x ./gradlew
Expand All @@ -50,4 +50,4 @@ jobs:
appId: ${{secrets.FIREBASE_APP_ID}}
token: ${{secrets.FIREBASE_TOKEN}}
groups: production #testers
file: androidApp/build/outputs/apk/debug/androidApp-debug.apk
file: androidApp/build/outputs/apk/debug/androidApp-debug.apk

0 comments on commit b0f161f

Please sign in to comment.