Skip to content

Commit eff787c

Browse files
committed
Update package task to build distribution for current OS
1 parent 30fd907 commit eff787c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build Release App
112112
run: |
113113
./gradlew packageUberJarForCurrentOS
114-
./gradlew package
114+
./gradlew packageDistributionForCurrentOS
115115
116116
- name: Archive Artifacts
117117
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)