We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8f02a commit c4a854cCopy full SHA for c4a854c
.github/workflows/dotnet-core.yml
@@ -67,14 +67,14 @@ jobs:
67
uses: actions/upload-artifact@v2
68
with:
69
name: LibCpp2IL.nupkg
70
- path: ./LibCpp2IL/bin/Release/LibCpp2IL*.nupkg
+ path: ./LibCpp2IL/bin/Release/Samboy063.LibCpp2IL*.nupkg
71
- name: Upload Cpp2IL.Core nuget package
72
73
74
75
- path: ./Cpp2IL.Core/bin/Release/Cpp2IL.Core*.nupkg
+ path: ./Cpp2IL.Core/bin/Release/Samboy063.Cpp2IL.Core*.nupkg
76
- name: Upload WasmDisassembler nuget package
77
78
79
name: WasmDisassembler.nupkg
80
- path: ./WasmDisassembler/bin/Release/WasmDisassembler*.nupkg
+ path: ./WasmDisassembler/bin/Release/Samboy063.WasmDisassembler*.nupkg
0 commit comments