File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,12 @@ jobs:
55
55
run : choco install ninja
56
56
- run : just test
57
57
# continue-on-error: true
58
+ - name : Tar build assets
59
+ run : tar -cvf llvm-cov-target.tar target/llvm-cov-target
58
60
- name : save build as artifact
59
61
uses : actions/upload-artifact@v4
60
62
with :
61
- path : target/ llvm-cov-target
63
+ path : llvm-cov-target.tar
62
64
name : cpp-linter-lib_tests-${{ runner.os }}-${{ github.run_id }}
63
65
retention-days : 1
64
66
@@ -140,8 +142,9 @@ jobs:
140
142
- name : restore build from artifact
141
143
uses : actions/download-artifact@v4
142
144
with :
143
- path : target/llvm-cov-target
144
145
name : cpp-linter-lib_tests-${{ runner.os }}-${{ github.run_id }}
146
+ - name : Un-Tar build assets
147
+ run : tar -xvf llvm-cov-assets.tar
145
148
146
149
- name : Collect Coverage
147
150
working-directory : cpp-linter-lib
You can’t perform that action at this time.
0 commit comments