Skip to content

Commit

Permalink
Update build-libs.yml for macos (x64)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrixican committed Sep 23, 2023
1 parent 3463c35 commit 19539c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
include:
- os: windows-latest
lib: x64/FosterPlatform.dll
#- os: macos-latest
# lib: osx/libFosterPlatform.dylib
- os: macos-latest
lib: osx/libFosterPlatform.dylib
- os: ubuntu-latest
lib: lib64/libFosterPlatform.so
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -49,6 +49,11 @@ jobs:
with:
name: windows-latest-build
path: Platform/libs/x64
- name: Download macos lib
uses: actions/download-artifact@v3
with:
name: macos-latest-build
path: Platform/libs/osx
- name: Download ubuntu lib
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 19539c9

Please sign in to comment.