Skip to content

Commit

Permalink
gh-action: csym
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Jun 1, 2024
1 parent f573308 commit 3859518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sym.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
wget $wgetopts "https://jitpack.io/com/github/celzero/firestack/${COMMIT:0:10}/firestack-${COMMIT:0:10}-debug.aar" -O "firestack.aar"
ls -ltr .
unzip ./firestack.aar
firebase crashlytics:symbols:upload --app=${{ secrets.FIREBASE_APP_ID_ANDROID }} ./jni/
firebase crashlytics:symbols:upload --app=${{ secrets.FIREBASE_APP_ID_ANDROID }} --debug --generator=csym jni/
shell: bash
env:
COMMIT: ${{ env.COMMIT }}
Expand Down

1 comment on commit 3859518

@ignoramous
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.