diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ad694d..6c91711 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 packageDistributionForCurrentOS + run: ./gradlew packageMsi - name: List output directories (for debugging) run: ls -R build # Verify that MSI files are created in expected directory