Fix minor typo making macos CI step fail

This commit is contained in:
Twarit Waikar
2021-10-12 22:39:08 +05:30
parent 8d21ddc183
commit 76dfd5a143

View File

@@ -51,7 +51,7 @@ jobs:
git submodule update --init --recursive
brew install scons openssl@1.1
scons platform=osx target=release bits=64 godot_cpp=yes generate_bindings=yes use_custom_api_file=yes custom_api_file=api.ci.json macos_arch=x86_64 use_llvm=yes -j $(sysctl -n hw.logicalcpu)
otool -L demo/addons/godot-git-plugin/osx/libgitapi.so
otool -L demo/addons/godot-git-plugin/osx/libgitapi.dylib
- uses: actions/upload-artifact@v2
with:
name: godot-git-plugin-macos-release-${{ github.sha }}