Skip to content

Commit 48c9ea5

Browse files
duckdoom5tritao
authored andcommitted
Remove working directory overrides
1 parent f35bfb2 commit 48c9ea5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/llvm-win.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-*-*.*

0 commit comments

Comments
 (0)