Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent b638540 commit 87edbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ jobs:
# Publish the package
- name: Publish package
run: dart pub publish -v -f
working-directory: ${{env.source-directory}}
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,4 @@ jobs:
# Publish the package
- name: Publish package
run: dart pub publish -v -f
working-directory: ${{env.source-directory}}

0 comments on commit 87edbb1

Please sign in to comment.