File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -65,16 +65,10 @@ jobs:
65
65
ninja install
66
66
working-directory : llvm-project/llvm/build
67
67
68
- - name : Packaging LLVM C API (LLVM C API Libraries, LLVM Linker Libraries )
68
+ - name : Packaging LLVM C API (LLVM C API Libraries, Binaries & Includes )
69
69
run : |
70
- tar --format=pax -cJf runtimes.tar.xz --exclude='*/*.cmake' --exclude='*/*.d' runtimes
71
- tar --format=pax -cJf libraries.tar.xz --exclude='*/*.o' --exclude='*/*.cmake' --exclude='*/*.d' lib
72
- working-directory : llvm-project/llvm/build
73
-
74
- - name : Packaging LLVM C API (Includes)
75
- run : |
76
- tar --format=pax -cJf includes.tar.xz --exclude='*/*.o' --exclude='*/*.cmake' --exclude='*/*.d' include
77
- working-directory : llvm-project/llvm/dist
70
+ tar --format=pax -cJf llvm-c-api-x86_64-linux.tar.xz --exclude='*/*.cmake' --exclude='*/*.d' build/lib build/bin dist/include
71
+ working-directory : llvm-project/llvm
78
72
79
73
- name : Releasing LLVM C API
80
74
uses : softprops/action-gh-release@v2
87
81
LLVM C API (v17.0.6) libraries for Linux x86_64 environments.
88
82
89
83
files : |
90
- llvm-project/llvm/build/bin/llvm-config
91
- llvm-project/llvm/build/runtimes.tar.xz
92
- llvm-project/llvm/build/libraries.tar.xz
93
- llvm-project/llvm/dist/includes.tar.xz
84
+ llvm-project/llvm/llvm-c-api-x86_64-linux.tar.xz
94
85
95
86
draft : false
You can’t perform that action at this time.
0 commit comments