Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Aug 15, 2024
1 parent 6514266 commit 6124d51
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 @@ -38,9 +38,9 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore src
- name: Build
run: dotnet publish --configuration Release
run: dotnet publish src --configuration Release
- name: Archive Release
uses: thedoctor0/zip-release@main
with:
Expand Down

0 comments on commit 6124d51

Please sign in to comment.