Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 008794b

Browse files
committed
test
1 parent 16510c2 commit 008794b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/milky-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Prepare
3939
run: |
40+
ls -la
4041
platform=${{ matrix.platform }}
4142
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
4243
echo "REGISTRY_IMAGE=ghcr.io/${GITHUB_REPOSITORY_OWNER@L}/lagrange.milky" >> $GITHUB_ENV

Lagrange.Milky/Resources/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ COPY --link Lagrange.Proto.Generator/*.csproj Lagrange.Proto.Generator/
1111
RUN dotnet restore Lagrange.Milky
1212

1313
COPY --link . .
14+
RUN ls -la
1415
RUN dotnet publish Lagrange.Milky -c Release -p:DebugType=none -p:StaticExecutable=true -o /app/bin
1516

1617

0 commit comments

Comments
 (0)