We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c57736 commit f2f1ca2Copy full SHA for f2f1ca2
.github/workflows/build.yml
@@ -131,17 +131,14 @@ jobs:
131
- name: Install WiX Toolset
132
run: |
133
choco install wixtoolset -y
134
+ - name: Ensure App Image Directory Exists
135
+ run: |
136
+ if not exist build\jpackage\SkyenetApps mkdir build\jpackage\SkyenetApps
137
- name: Make Gradle wrapper executable
138
working-directory: SkyenetApps
139
140
# Ensure the wrapper is executable on Windows
141
chmod +x ./gradlew
- - name: Build SkyenetApps MSI
- working-directory: SkyenetApps
- run: |
142
- echo "Starting SkyenetApps MSI build..."
143
- ./gradlew clean package
144
- echo "MSI build completed"
145
- name: List MSI artifacts
146
147
0 commit comments