Skip to content

Commit

Permalink
Fix library name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 22, 2024
1 parent 2f4bf60 commit d7637ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: OcctImportJS_Mac_${{matrix.xcode}}_${{matrix.configuration}}.a
path: build/${{matrix.xcode}}/${{matrix.configuration}}/occt-import-js.a
path: build/${{matrix.xcode}}/${{matrix.configuration}}/libocct-import-js.a

0 comments on commit d7637ef

Please sign in to comment.