Skip to content

Commit 29c738e

Browse files
authored
Merge f6b1344 into 9226348
2 parents 9226348 + f6b1344 commit 29c738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Perform gradle build
1818
run: |
19-
./gradlew firebasePublish -PprojectsToPublish=firebase-firestore -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
19+
./gradlew firebasePublish -PpublishConfigFilePath=release.cfg -PpublishMode=RELEASE -PincludeFireEscapeArtifacts=true
2020
- name: Upload generated artifacts
2121
uses: actions/upload-artifact@v2
2222
with:

0 commit comments

Comments
 (0)