Skip to content

Commit

Permalink
update build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed May 11, 2024
1 parent c1fc280 commit 03f6401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cp -v ./RSGL.h ./build/${{ env.RELEASE_NAME }}/include
cp -v -r ./deps ./build/${{ env.RELEASE_NAME }}/include
cp -v ./libRSGL.a ./build/${{ env.RELEASE_NAME }}/lib
cp -v ./libRSGL.so ./build/${{ env.RELEASE_NAME }}/lib
cp -v ./libRSGL.dylib ./build/${{ env.RELEASE_NAME }}/lib
cp -v ./README.md ./build/${{ env.RELEASE_NAME }}/README.md
cp -v ./LICENSE ./build/${{ env.RELEASE_NAME }}/LICENSE
cd build
Expand Down

0 comments on commit 03f6401

Please sign in to comment.