Skip to content

Commit 41b3a57

Browse files
authored
Update build-natives.yaml
1 parent de0f119 commit 41b3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-natives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
path: native/artifacts
413413
- run: ls -lFaR native/artifacts
414-
- run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.sln --include-symbols --include-source -o ./publish
414+
- run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.slnx --include-symbols --include-source -o ./publish
415415
#- run: dotnet test -c ${{ env._DOTNET_BUILD_CONFIG }} ./test/YetAnotherHttpHandler.Packaging.Test
416416
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
417417
with:

0 commit comments

Comments
 (0)