diff --git a/.github/workflows/sym.yml b/.github/workflows/sym.yml index 090e6c985..88ddf7947 100644 --- a/.github/workflows/sym.yml +++ b/.github/workflows/sym.yml @@ -41,8 +41,9 @@ jobs: run: | # wget opts: superuser.com/a/689340 wgetopts="--tries=3 --retry-on-http-error=404 --waitretry=3 --no-dns-cache" - wget $wgetopts "https://jitpack.com/com/github/celzero/firestack/${COMMIT:0:10}/firestack-${COMMIT:0:10}-debug.aar" -O "firestack.zip" - unzip firestack.zip + 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/ shell: bash env: