From ecbe1b313c20eb978fe43416ba856f0a57669c66 Mon Sep 17 00:00:00 2001 From: Shade-Dev <38840823+shade-sdev@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:30:43 +0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81d3165..5ad694d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: chmod +x ./gradlew # Ensure gradlew is executable - name: Build the app and force the MSI task to run - run: ./gradlew packageMsi --rerun-tasks --info --stacktrace + run: ./gradlew packageDistributionForCurrentOS - name: List output directories (for debugging) run: ls -R build # Verify that MSI files are created in expected directory