Skip to content

Commit

Permalink
Fix release dotnet 8 runtime (#73)
Browse files Browse the repository at this point in the history
* update framework version, add 0a opcode, fix unknown10 unknown2 opcode creation

* fix release yaml
  • Loading branch information
krogenth authored Jan 21, 2024
1 parent a67a3d8 commit afccf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
include:
- os: windows-latest
OS_NAME: Windows x64
DOTNET_RUNTIME_IDENTIFIER: win10-x64
DOTNET_RUNTIME_IDENTIFIER: win-x64
RELEASE_ZIP_OS_NAME: win_x64

steps:
Expand Down

0 comments on commit afccf45

Please sign in to comment.