Skip to content

Commit 829ec24

Browse files
committed
wip: debug the license path
1 parent 3e021c4 commit 829ec24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
npm install
133133
cd ..
134134
npm install -g ./unity-license-activate
135+
ls -alh
135136
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v${{ matrix.unityVersion }}.alf --authenticator-key "$UNITY_TOTP_KEY"
136137
- name: Activate License
137138
run: |

.github/workflows/macos-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
npm install
122122
cd ..
123123
npm install -g ./unity-license-activate
124+
ls -alh
124125
unity-license-activate "${UNITY_EMAIL}" "${UNITY_PASSWORD}" Unity_v${{ matrix.unity.version }}.alf --authenticator-key "${UNITY_TOTP_KEY}"
125126
- name: Activate License
126127
run: |

0 commit comments

Comments
 (0)