Skip to content

Commit

Permalink
updated gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
Boodyahmedhamdy committed Feb 21, 2024
1 parent 58c7eb3 commit cdf6f29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
# - name: Build with Gradle
# run: ./gradlew build

# dependency submission on gradle
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

# building with gradle
- name: Build with Gradle
uses: gradle/[email protected]
# - name: Build with Gradle
# uses: gradle/[email protected]

# upload generated apk
- name: Upload a Build Artifact
Expand Down

0 comments on commit cdf6f29

Please sign in to comment.