Skip to content

Commit

Permalink
Merge pull request #1384 from devnoname120/patch-1
Browse files Browse the repository at this point in the history
GitHub Actions — Publish build artifacts
  • Loading branch information
ukanth authored Jul 18, 2024
2 parents efb4b02 + 2e9a24b commit 50272cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
java-version: 17
- name: Build with Gradle
run: ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: |
app/build/outputs/apk/
app/build/outputs/bundle/

0 comments on commit 50272cd

Please sign in to comment.