From 977c1800dcd3c7ae658e97391377b3b238e2d64d Mon Sep 17 00:00:00 2001 From: Yvan Brunel <41630728+YBTopaz8@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:16:33 -0500 Subject: [PATCH] Update release-dimmer.yml --- .github/workflows/release-dimmer.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-dimmer.yml b/.github/workflows/release-dimmer.yml index 0988318..fd05d46 100644 --- a/.github/workflows/release-dimmer.yml +++ b/.github/workflows/release-dimmer.yml @@ -3,6 +3,7 @@ name: Build and Release Dimmer on: push jobs: + build-windows: name: Build and Package Windows Installer runs-on: windows-latest @@ -18,6 +19,7 @@ jobs: - name: Publish Windows Build run: dotnet publish Dimmer-MAUI.csproj -f net9.0-windows10.0.19041.0 -c Release -r win-x64 --self-contained=false -p:WindowsPackageType=None -o ./windows-output + working-directory: Dimmer-MAUI/Dimmer # Corrected: added working directory - name: Download and Install Inno Setup run: | @@ -45,7 +47,7 @@ jobs: with: name: dimmer-windows-installer path: ./Output/Setup_Dimmer.exe - + # build-android: # name: Build Android APK # runs-on: ubuntu-latest