Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst authored Nov 30, 2023
1 parent 9526a4b commit 553b689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --runtime win-x64 --configuration Release --no-restore
- name: Publish
run: dotnet publish --configuration Release
run: dotnet publish --runtime win-x64 --configuration Release
- name: Zip the Build
run: zip -r "mele-launcher-bin-win.zip" ./MELE-launcher/bin/Release/net5.0/
- name: 'Get Previous tag'
Expand Down

0 comments on commit 553b689

Please sign in to comment.