From f6680d96181848d5af0aa9e8d241cae341b5ead0 Mon Sep 17 00:00:00 2001 From: Roman Zavarnitsyn Date: Wed, 28 Feb 2024 14:35:20 +0100 Subject: [PATCH] Run without build cache to verify upload (#666) --- .github/workflows/test-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index 4fd9a8e8..60a41982 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -26,7 +26,7 @@ jobs: uses: gradle/gradle-build-action@7e48093f71aa12588241894ff3695e83c4b5e4b0 # pin@v2.4.2 - name: Build the Release variant - run: ./gradlew assembleRelease | tee gradle.log + run: ./gradlew assembleRelease --no-build-cache | tee gradle.log - name: Verify that Native Symbols were uploaded run: grep "Uploaded [1-9][0-9]* missing debug information file" gradle.log