We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e021c4 commit 829ec24Copy full SHA for 829ec24
.github/workflows/linux-test.yml
@@ -132,6 +132,7 @@ jobs:
132
npm install
133
cd ..
134
npm install -g ./unity-license-activate
135
+ ls -alh
136
unity-license-activate "$UNITY_EMAIL" "$UNITY_PASSWORD" Unity_v${{ matrix.unityVersion }}.alf --authenticator-key "$UNITY_TOTP_KEY"
137
- name: Activate License
138
run: |
.github/workflows/macos-test.yml
@@ -121,6 +121,7 @@ jobs:
121
122
123
124
125
unity-license-activate "${UNITY_EMAIL}" "${UNITY_PASSWORD}" Unity_v${{ matrix.unity.version }}.alf --authenticator-key "${UNITY_TOTP_KEY}"
126
127
0 commit comments