Skip to content

Commit 496559c

Browse files
authored
Update release.yml
1 parent aa4f042 commit 496559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
restore-keys: 11-
5454

5555
- name: Build artifacts
56-
run: ./gradlew clean server:build types:build -x types:test -x server:test -x client-html:test -PreleaseVersion=${{steps.format.outputs.value}}
56+
run: ./gradlew clean server:distZip types:build -x types:test -x server:test -x client-html:test -PreleaseVersion=${{steps.format.outputs.value}}
5757

5858
- name: Release
5959
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)