Skip to content

Commit b67e319

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,12 @@ 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"
91+
env:
92+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for gh cli usage
8993
- name: "Get version and set to output"
9094
id: get_version
9195
run: echo "VERSION=$(./gradlew changelogPrintCurrentVersion -Prelease=true --quiet)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)