Skip to content

Commit 844e286

Browse files
committed
[skip ci] Fix Lib and core nupkgs getting put in the same zip
1 parent 15b56bc commit 844e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload Cpp2IL.Core nuget package
7272
uses: actions/upload-artifact@v2
7373
with:
74-
name: LibCpp2IL.nupkg
74+
name: Cpp2IL.Core.nupkg
7575
path: ./Cpp2IL.Core/bin/Release/Samboy063.Cpp2IL.Core*.nupkg
7676
- name: Upload WasmDisassembler nuget package
7777
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)