Skip to content

Commit

Permalink
Minor modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Feb 22, 2024
1 parent d7637ef commit 669fb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: OcctImportJS_Win_${{matrix.toolset}}_${{matrix.configuration}}.lib
name: OcctImportJS_VS_${{matrix.toolset}}_${{matrix.configuration}}
path: build/${{matrix.toolset}}/${{matrix.configuration}}/occt-import-js.lib

build_mac:
Expand All @@ -43,5 +43,5 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: OcctImportJS_Mac_${{matrix.xcode}}_${{matrix.configuration}}.a
name: OcctImportJS_Xcode_${{matrix.xcode}}_${{matrix.configuration}}
path: build/${{matrix.xcode}}/${{matrix.configuration}}/libocct-import-js.a

0 comments on commit 669fb8b

Please sign in to comment.