Update clang.yml
- Fix syntax error
This commit is contained in:
2
.github/workflows/clang.yml
vendored
2
.github/workflows/clang.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
inplace: ${{ matrix.inplace }}
|
||||
|
||||
- name: Upload Artifacts
|
||||
if: ${{ matrix.inplace == True }}
|
||||
if: ${{ matrix.inplace == 'True' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: sunshine
|
||||
|
||||
Reference in New Issue
Block a user