Skip to content

Commit c4a854c

Browse files
authored
Add missing prefixes to ci nuget pkg upload
1 parent fc8f02a commit c4a854c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
uses: actions/upload-artifact@v2
6868
with:
6969
name: LibCpp2IL.nupkg
70-
path: ./LibCpp2IL/bin/Release/LibCpp2IL*.nupkg
70+
path: ./LibCpp2IL/bin/Release/Samboy063.LibCpp2IL*.nupkg
7171
- name: Upload Cpp2IL.Core nuget package
7272
uses: actions/upload-artifact@v2
7373
with:
7474
name: LibCpp2IL.nupkg
75-
path: ./Cpp2IL.Core/bin/Release/Cpp2IL.Core*.nupkg
75+
path: ./Cpp2IL.Core/bin/Release/Samboy063.Cpp2IL.Core*.nupkg
7676
- name: Upload WasmDisassembler nuget package
7777
uses: actions/upload-artifact@v2
7878
with:
7979
name: WasmDisassembler.nupkg
80-
path: ./WasmDisassembler/bin/Release/WasmDisassembler*.nupkg
80+
path: ./WasmDisassembler/bin/Release/Samboy063.WasmDisassembler*.nupkg

0 commit comments

Comments
 (0)