Skip to content

Commit 358611b

Browse files
committed
refractor: Standardize artifact naming in desktop build workflow
1 parent dcb02ab commit 358611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: chmod +x gradlew
5252

5353
- name: Build native packages
54-
run: ./gradlew ${{ matrix.gradle_task }} packageUberJarForCurrentOS --stacktrace
54+
run: ./gradlew ${{ matrix.gradle_task }} --stacktrace
5555

5656
- name: Rename macOS ARM DMG
5757
if: matrix.format == 'macos-arm'

0 commit comments

Comments
 (0)