Skip to content

Commit f2f1ca2

Browse files
committed
wip
1 parent 3c57736 commit f2f1ca2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,14 @@ jobs:
131131
- name: Install WiX Toolset
132132
run: |
133133
choco install wixtoolset -y
134+
- name: Ensure App Image Directory Exists
135+
run: |
136+
if not exist build\jpackage\SkyenetApps mkdir build\jpackage\SkyenetApps
134137
- name: Make Gradle wrapper executable
135138
working-directory: SkyenetApps
136139
run: |
137140
# Ensure the wrapper is executable on Windows
138141
chmod +x ./gradlew
139-
- name: Build SkyenetApps MSI
140-
working-directory: SkyenetApps
141-
run: |
142-
echo "Starting SkyenetApps MSI build..."
143-
./gradlew clean package
144-
echo "MSI build completed"
145142
- name: List MSI artifacts
146143
working-directory: SkyenetApps
147144
run: |

0 commit comments

Comments
 (0)