We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238e96c commit 494c0e7Copy full SHA for 494c0e7
1 file changed
.github/actions/upload-mobile-dlls/action.yml
@@ -78,7 +78,7 @@ runs:
78
shell: ${{ inputs.shell_type }}
79
80
- name: Configure CMake for iOS
81
- if: runner.os == 'MacOS'
+ if: runner.os == 'macOS'
82
run: >
83
cmake
84
-S ${{github.workspace}}
@@ -102,7 +102,7 @@ runs:
102
path: ${{github.workspace}}/out/build/x64-Release/src/libplateau.so
103
104
- name: Upload framework for iOS
105
106
uses: actions/upload-artifact@v4
107
with:
108
name: libplateau-ios-dll
0 commit comments