We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aef5f7 commit c178d24Copy full SHA for c178d24
1 file changed
.github/workflows/build-companion-unstable.yml
@@ -38,6 +38,7 @@ jobs:
38
working-directory: ${{ env.working-directory }}
39
- name: Build split per ABI APKs
40
run: flutter build apk --release --split-per-abi
41
+ working-directory: ${{ env.working-directory }}
42
- name: Delete keystore and other secrets
43
run: |
44
rm -rf /home/runner/.android
0 commit comments