Skip to content

Commit

Permalink
Dim q1 patch 1 (#4)
Browse files Browse the repository at this point in the history
* Update dotnet-desktop.yml
  • Loading branch information
DimQ1 authored Dec 13, 2023
1 parent 3308a31 commit 7528701
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 --framework net8.0 --runtime "win-x64" -c Release -o "$release_name"
dotnet publish AudioNoteTranscription/AudioNoteTranscription.csproj -c Release -o "$release_name"
# Pack to zip for Windows
7z a -tzip "${release_name}.zip" "./${release_name}/*"
Expand Down

0 comments on commit 7528701

Please sign in to comment.