Skip to content

Commit

Permalink
Run without build cache to verify upload (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Feb 28, 2024
1 parent 2fc1e5b commit f6680d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6680d9

Please sign in to comment.