Skip to content

Commit

Permalink
Artifact unstripped .so files.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Dec 29, 2023
1 parent d1f74df commit 6811eca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
with:
name: love-android-embed.aab
path: app/build/outputs/bundle/embedNoRecordRelease/app-embed-noRecord-release.aab
- name: Artifact (Debug symbols)
uses: actions/upload-artifact@v3
with:
name: love-android-unstripped-debugsyms
path: love/build/intermediates/library_jni

0 comments on commit 6811eca

Please sign in to comment.