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 4a761a1 commit 3579299
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-dimmer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ jobs:
build-windows:
name: Build and Package Windows Installer
runs-on: windows-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Restore NuGet Packages
run: dotnet restore Dimmer-MAUI.csproj

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0

- 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 Dimmer-MAUI/Dimmer/windows-output
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 --verbosity detailed

- name: Download and Install Inno Setup
run: |
Expand Down

0 comments on commit 3579299

Please sign in to comment.