Skip to content

Commit 87edbb1

Browse files
committed
Fix path
1 parent b638540 commit 87edbb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-firebase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ jobs:
160160
# Publish the package
161161
- name: Publish package
162162
run: dart pub publish -v -f
163+
working-directory: ${{env.source-directory}}

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,3 +447,4 @@ jobs:
447447
# Publish the package
448448
- name: Publish package
449449
run: dart pub publish -v -f
450+
working-directory: ${{env.source-directory}}

0 commit comments

Comments
 (0)