Skip to content

Commit 97ca3f7

Browse files
committed
chore(ci): make sure to prepare binary zips for distribution
1 parent 8f49545 commit 97ca3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
with:
8585
# no name - download all artifacts
8686
path: "app/build/collected-binaries"
87+
- name: "Prepare release zips for distribution"
88+
run: "./gradlew -Prelease=true -PreleaseBinariesRootDir=app/build/collected-binaries prepareReleaseBinaryZips"
8789
- name: "Create release"
8890
run: "./gradlew -Prelease=true -PreleaseBinariesRootDir=app/build/collected-binaries changelogPush"
8991
- name: "Get version and set to output"

0 commit comments

Comments
 (0)