Skip to content

Commit beac3c6

Browse files
tylerkronclaude
andauthored
fix: resolve GitHub Actions release workflow build failures (#253)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 803d45f commit beac3c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Build
2323
run: dotnet build --no-restore --configuration Release
2424

25+
- name: Publish Application
26+
run: dotnet publish Daqifi.Desktop/Daqifi.Desktop.csproj --configuration Release --output Daqifi.Desktop/bin/Release/net9.0-windows/publish --no-build
27+
2528
- name: Build MSI Installer
2629
run: |
2730
cd Daqifi.Desktop.Setup

0 commit comments

Comments
 (0)