Skip to content

Commit c178d24

Browse files
committed
fix: specify working-directory in unstable build action
1 parent 6aef5f7 commit c178d24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-companion-unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
working-directory: ${{ env.working-directory }}
3939
- name: Build split per ABI APKs
4040
run: flutter build apk --release --split-per-abi
41+
working-directory: ${{ env.working-directory }}
4142
- name: Delete keystore and other secrets
4243
run: |
4344
rm -rf /home/runner/.android

0 commit comments

Comments
 (0)