Skip to content

Commit

Permalink
Attempt to upload build artifacts even on failed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-ilonka-rollbar committed Aug 3, 2024
1 parent 8bb8906 commit 2bad8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ jobs:
- name: Android SDK info
run: |
echo ANDROID_SDK_ROOT: ${ANDROID_SDK_ROOT}
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --version
# Doesn't work with Java 8
# ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --version

- name: Build
run: ./gradlew clean build

- name: Upload build reports
if: always()
uses: actions/upload-artifact@v4
with:
name: build-reports
Expand Down

0 comments on commit 2bad8a5

Please sign in to comment.