File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ jobs:
2323 RUN apk add vim gcc musl-dev ldc dub llvm-libunwind-static openssl-libs-static gzip git upx cmake make
2424 WORKDIR /app
2525 RUN git clone https://github.com/lexbor/lexbor.git
26+ WORKDIR /app/lexbor
2627 RUN git checkout ${{ github.event.inputs.version }}
2728 RUN cmake . -DLEXBOR_BUILD_TESTS=OFF -DLEXBOR_BUILD_EXAMPLES=OFF -DLEXBOR_BUILD_SEPARATELY=OFF -DLEXBOR_BUILD_SHARED=OFF -DLEXBOR_BUILD_STATIC=ON
2829 RUN make -j3
29- CMD mv liblexbor.a liblexbor_parserino_x86_64.a" > Dockerfile
30+ CMD mv liblexbor.a ../ liblexbor_parserino_x86_64.a" > Dockerfile
3031
3132 docker build -t builder-image .
3233
4748 uses : actions/upload-artifact@v4
4849 with :
4950 name : lexbor_parserino_x86_64.
50- path : liblexbor_parserino_x86_64.a
51+ path : liblexbor_parserino_x86_64.a
You can’t perform that action at this time.
0 commit comments