Skip to content

Commit

Permalink
fix: fix dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
LuCCoelho committed Oct 31, 2023
1 parent 94ef063 commit 5921e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_apk_and_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
defaults:
run:
working-directory: /ci_integration
permissions:
contents: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ci_integration
working-directory: /ci_integration
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
Expand Down

0 comments on commit 5921e39

Please sign in to comment.