Skip to content

Commit d7637ef

Browse files
committed
Fix library name.
1 parent 2f4bf60 commit d7637ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
uses: actions/upload-artifact@v3
4545
with:
4646
name: OcctImportJS_Mac_${{matrix.xcode}}_${{matrix.configuration}}.a
47-
path: build/${{matrix.xcode}}/${{matrix.configuration}}/occt-import-js.a
47+
path: build/${{matrix.xcode}}/${{matrix.configuration}}/libocct-import-js.a

0 commit comments

Comments
 (0)