Skip to content

Commit e235a86

Browse files
committed
Update headers as artifacts.
1 parent 669fb8b commit e235a86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/native_build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ jobs:
4545
with:
4646
name: OcctImportJS_Xcode_${{matrix.xcode}}_${{matrix.configuration}}
4747
path: build/${{matrix.xcode}}/${{matrix.configuration}}/libocct-import-js.a
48+
49+
publish_headers:
50+
runs-on: [ubuntu-latest]
51+
steps:
52+
- uses: actions/checkout@v4
53+
with:
54+
submodules: true
55+
- name: Upload
56+
uses: actions/upload-artifact@v3
57+
with:
58+
name: Headers
59+
path: occt-import-js/src/*.hpp

0 commit comments

Comments
 (0)