Skip to content

Commit

Permalink
Adjust the workflows to .net 4.8 that this project now is (as Andrast…
Browse files Browse the repository at this point in the history
…e.Shared doesn't support .net standard 2.0 anymore)
  • Loading branch information
MeFisto94 committed Mar 18, 2024
1 parent b431f51 commit 0330328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
name: HostDLL
path: |
bin\Release\netstandard2.0\Andraste.Host.dll
bin\Release\netstandard2.0\Andraste.Host.pdb
bin\Release\net48\Andraste.Host.dll
bin\Release\net48\Andraste.Host.pdb
- name: Upload NuPkg
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0330328

Please sign in to comment.