Skip to content

Commit 216c8b7

Browse files
committed
Update build.yml
1 parent 1cef0a6 commit 216c8b7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,9 @@ jobs:
142142
run: |
143143
# Ensure the wrapper is executable on Windows
144144
chmod +x ./gradlew.bat
145-
- name: Build Project
146-
working-directory: SkyenetApps
147-
run: ./gradlew.bat clean packageMsi
148-
- name: List jpackage directory content
149-
run: |
150-
echo "Diagnostic: Listing content of 'SkyenetApps\build\jpackage' directory:"
151-
if (Test-Path "build\jpackage") {
152-
Get-ChildItem -Path "SkyenetApps\build\jpackage" -Recurse | ForEach-Object { Write-Output $_.FullName }
153-
} else {
154-
echo "Diagnostic: 'SkyenetApps\build\jpackage' directory does not exist."
155-
}
156145
- name: Build Windows MSI Installer
157146
working-directory: SkyenetApps
158-
run: ./gradlew.bat package
147+
run: ./gradlew.bat jpackage
159148
- name: List MSI artifacts
160149
working-directory: SkyenetApps
161150
run: |

0 commit comments

Comments
 (0)