Skip to content

Commit 494c0e7

Browse files
committed
既存のios uploadが正常に動作していなかった?
1 parent 238e96c commit 494c0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/upload-mobile-dlls/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
shell: ${{ inputs.shell_type }}
7979

8080
- name: Configure CMake for iOS
81-
if: runner.os == 'MacOS'
81+
if: runner.os == 'macOS'
8282
run: >
8383
cmake
8484
-S ${{github.workspace}}
@@ -102,7 +102,7 @@ runs:
102102
path: ${{github.workspace}}/out/build/x64-Release/src/libplateau.so
103103

104104
- name: Upload framework for iOS
105-
if: runner.os == 'MacOS'
105+
if: runner.os == 'macOS'
106106
uses: actions/upload-artifact@v4
107107
with:
108108
name: libplateau-ios-dll

0 commit comments

Comments
 (0)