Skip to content

Commit

Permalink
Fixed the dotnet version in dotnetPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zenonet committed Aug 18, 2023
1 parent 786e92e commit d94c3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Linux-x64
path: SusLang/bin/Release/net5.0/linux-x64/publish
path: SusLang/bin/Release/net7.0/linux-x64/publish
- name: Upload windows build
uses: actions/upload-artifact@v3
with:
name: Win-x86
path: SusLang/bin/Release/net5.0/win-x86/publish
path: SusLang/bin/Release/net7.0/win-x86/publish

0 comments on commit d94c3d1

Please sign in to comment.