Skip to content

Commit

Permalink
[skip ci] Fix Lib and core nupkgs getting put in the same zip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Sep 26, 2022
1 parent 15b56bc commit 844e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload Cpp2IL.Core nuget package
uses: actions/upload-artifact@v2
with:
name: LibCpp2IL.nupkg
name: Cpp2IL.Core.nupkg
path: ./Cpp2IL.Core/bin/Release/Samboy063.Cpp2IL.Core*.nupkg
- name: Upload WasmDisassembler nuget package
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 844e286

Please sign in to comment.