Skip to content

Commit d657a4f

Browse files
authored
Update llvm-c-api-linux.yml
1 parent bc2f309 commit d657a4f

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/llvm-c-api-linux.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,10 @@ jobs:
6565
ninja install
6666
working-directory: llvm-project/llvm/build
6767

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)
6969
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
7872

7973
- name: Releasing LLVM C API
8074
uses: softprops/action-gh-release@v2
@@ -87,9 +81,6 @@ jobs:
8781
LLVM C API (v17.0.6) libraries for Linux x86_64 environments.
8882
8983
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
9485
9586
draft: false

0 commit comments

Comments
 (0)