Skip to content

Commit 90bf52d

Browse files
authored
Merge pull request #55 from VoxelGroup/FixArtifactsRouteSymbols
fix: incorrect artifacts route
2 parents aa31d87 + a3cbfad commit 90bf52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: dotnet pack [MiddyNet ProblemDetails]
4949
run: dotnet pack src/Voxel.MiddyNet.ProblemDetailsMiddleware/Voxel.MiddyNet.ProblemDetailsMiddleware.csproj -c $BUILD_CONFIG --version-suffix $VERSION_SUFFIX --no-build --include-source --include-symbols -o ./artifacts/Voxel.MiddyNet.ProblemDetailsMiddleware
5050
- name: dotnet pack [MiddyNet Json Parser Middleware]
51-
run: dotnet pack src/Voxel.MiddyNet.HttpJsonMiddleware/Voxel.MiddyNet.HttpJsonMiddleware.csproj -c $BUILD_CONFIG --version-suffix $VERSION_SUFFIX --no-build --include-source --include-symbols -o ./artifacts/Voxel.MiddyNet.Voxel.MiddyNet.HttpJsonMiddleware
51+
run: dotnet pack src/Voxel.MiddyNet.HttpJsonMiddleware/Voxel.MiddyNet.HttpJsonMiddleware.csproj -c $BUILD_CONFIG --version-suffix $VERSION_SUFFIX --no-build --include-source --include-symbols -o ./artifacts/Voxel.MiddyNet.HttpJsonMiddleware
5252
- name: setup nuget
5353
uses: NuGet/[email protected]
5454
with:

0 commit comments

Comments
 (0)