Skip to content

Commit

Permalink
Update dotnet-desktop.yml (#6)
Browse files Browse the repository at this point in the history
added runtime to build action
  • Loading branch information
DimQ1 authored Dec 18, 2023
1 parent 750a500 commit 90c9fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
release_name="App-$tag"
# Build everything
dotnet publish AudioNoteTranscription/AudioNoteTranscription.csproj -c Release -o "$release_name"
dotnet publish AudioNoteTranscription/AudioNoteTranscription.csproj -c Release -o "$release_name" -r win-x64
# Pack to zip for Windows
7z a -tzip "${release_name}.zip" "./${release_name}/*"
Expand Down

0 comments on commit 90c9fe2

Please sign in to comment.