mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Update clang.yml
- Add upload artifacts
This commit is contained in:
parent
27d2735454
commit
2be7790415
6
.github/workflows/clang.yml
vendored
6
.github/workflows/clang.yml
vendored
@ -21,3 +21,9 @@ jobs:
|
|||||||
clangFormatVersion: 13
|
clangFormatVersion: 13
|
||||||
style: file
|
style: file
|
||||||
inplace: False
|
inplace: False
|
||||||
|
|
||||||
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: clang-formatted-files
|
||||||
|
path: sunshine/
|
||||||
|
Loading…
Reference in New Issue
Block a user