Skip to content

Commit

Permalink
Chore : App Distribution Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Dec 3, 2023
1 parent 8e9c193 commit 067e79a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/app-distribution-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
java-version: 1.8

- name: grant permission for gradlew
run: chmod +x ./gradlew
shell: bash

- name: build release
run: ./gradlew assembleDebug

Expand Down

0 comments on commit 067e79a

Please sign in to comment.