Skip to content

Commit 4cd40d0

Browse files
committed
Fix build_macos.yaml
1 parent e8a5094 commit 4cd40d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python_version: ${{ env.pythonVersion }}
5050
unity_username: ${{ secrets.UNITY_USERNAME }}
5151
unity_password: ${{ secrets.UNITY_PASSWORD }}
52-
unity_serial_ids: ${{ secrets.SERIAL_ID }}
52+
unity_serial_id: ${{ secrets.SERIAL_ID }}
5353

5454
- name: Set Unity Env for EDM4U build script
5555
shell: bash

0 commit comments

Comments
 (0)