From: Tobias Brunner Date: Wed, 5 May 2021 12:30:36 +0000 (+0200) Subject: github: Always upload lint results from Android build X-Git-Tag: 5.9.3dr2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c603704bb3afac30e10d54e674735b2f720cbede;p=thirdparty%2Fstrongswan.git github: Always upload lint results from Android build --- diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b4f1bace00..f2241dd175 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,8 +48,7 @@ jobs: ccache -z - uses: ./.github/actions/default - run: ccache -s - - if: ${{ success() }} - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v2 with: name: Lint Results path: src/frontends/android/app/build/reports/lint-results.xml