Skip to content

Build the MSI (Installer) #2

Build the MSI (Installer)

Build the MSI (Installer) #2

Workflow file for this run

name: Build the MSI (Installer)
on:
workflow_dispatch:
jobs:
build-msi:
name: 🪟 Build the MSI
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: ⚙️ Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: 🔨 Build the MSI
run: ./msi/build.ps1
- name: 📦 Upload the MSI
uses: actions/upload-artifact@v4
with:
name: "WSL USB Manager.msi"
path: "msi/bin/Release/WSL USB Manager.msi"