Skip to content

Commit

Permalink
Update release-dimmer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 authored Jan 1, 2025
1 parent 8a69ebe commit 977c180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-dimmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Release Dimmer
on: push

jobs:

build-windows:
name: Build and Package Windows Installer
runs-on: windows-latest
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 977c180

Please sign in to comment.