Skip to content

Commit

Permalink
Update headers as artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 23, 2024
1 parent 669fb8b commit e235a86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ jobs:
with:
name: OcctImportJS_Xcode_${{matrix.xcode}}_${{matrix.configuration}}
path: build/${{matrix.xcode}}/${{matrix.configuration}}/libocct-import-js.a

publish_headers:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Upload
uses: actions/upload-artifact@v3
with:
name: Headers
path: occt-import-js/src/*.hpp

0 comments on commit e235a86

Please sign in to comment.