Skip to content

Commit

Permalink
semanticSSSSSS!
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 20, 2023
1 parent fd7d672 commit 001b2a7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
-v $(pwd)/src:/src \
-v /var/run/docker.sock:/var/run/docker.sock \
mcr.microsoft.com/dotnet/nightly/sdk:8.0-alpine-aot \
apk add docker &&
ls -la && \
cd ./src/aot-sample && \
dotnet --info && \
dotnet publish /t:PublishContainer /p:ContainerBaseImage=mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra --use-current-runtime -bl
sh -c "
apk add docker && \
ls -la && \
cd ./src/aot-sample && \
dotnet --info && \
dotnet publish /t:PublishContainer /p:ContainerBaseImage=mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine-extra --use-current-runtime -bl \
"
- name: Upload binlog
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 001b2a7

Please sign in to comment.