We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0f119 commit 41b3a57Copy full SHA for 41b3a57
.github/workflows/build-natives.yaml
@@ -411,7 +411,7 @@ jobs:
411
with:
412
path: native/artifacts
413
- run: ls -lFaR native/artifacts
414
- - run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.sln --include-symbols --include-source -o ./publish
+ - run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.slnx --include-symbols --include-source -o ./publish
415
#- run: dotnet test -c ${{ env._DOTNET_BUILD_CONFIG }} ./test/YetAnotherHttpHandler.Packaging.Test
416
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
417
0 commit comments