Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 20, 2023
1 parent 3f7dab8 commit 6d3dddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mcr.microsoft.com/dotnet/nightly/sdk:8.0-alpine-aot \
apk add docker &&
ls -la && \
cd /src/aot-sample && \
cd ./src/aot-sample && \
dotnet publish /t:PublishContainer \
/p:ContainerBaseImage=mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra \
--use-current-runtime \
Expand Down

0 comments on commit 6d3dddd

Please sign in to comment.