Skip to content

Commit 2dad30f

Browse files
committed
Use folders instead of zip files
1 parent 75bdb1c commit 2dad30f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
uses: actions/[email protected]
3030
with:
3131
name: m2repository
32-
path: build/m2repository.zip
32+
path: build/m2repository/
3333
retention-days: 15
3434

3535
- name: Upload release notes
3636
uses: actions/[email protected]
3737
with:
3838
name: release_notes
39-
path: build/release-notes.zip
39+
path: build/release-notes/
4040
retention-days: 15
4141

4242
- name: Upload kotlindocs
4343
uses: actions/[email protected]
4444
with:
4545
name: kotlindocs
46-
path: build/kotlindoc.zip
46+
path: build/firebase-kotlindoc/
4747
retention-days: 15

0 commit comments

Comments
 (0)