Skip to content

Commit

Permalink
Upload artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehwa-Noh authored May 14, 2024
1 parent 2bfc795 commit 46c88be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ jobs:

- name: Build
run: ./gradlew assemble


- uses: actions/upload-artifact@v4
with:
name: apk_output
path: "**/build/outputs/apk/**/*.apk"

0 comments on commit 46c88be

Please sign in to comment.