File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,17 @@ jobs:
4141 - name : Clone LLVM
4242 shell : bash
4343 run : build/build.sh clone_llvm
44- working-directory : $GITHUB_WORKSPACE
4544
4645 - name : Build LLVM
4746 shell : bash
4847 run : build/build.sh build_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
49- working-directory : $GITHUB_WORKSPACE
5048
5149 - name : Package LLVM
5250 shell : bash
5351 run : build/build.sh package_llvm -platform $PLATFORM -configuration $BUILD_CONFIGURATION
54- working-directory : $GITHUB_WORKSPACE
5552
5653 - name : ' Upload Artifact'
5754 uses : actions/upload-artifact@v4
5855 with :
5956 name : llvm-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.build-cfg }}
60- path : $GITHUB_WORKSPACE\ build\ llvm\ llvm-*-*.*
57+ path : build/ llvm/ llvm-*-*.*
You can’t perform that action at this time.
0 commit comments