Skip to content

Commit 3135df6

Browse files
committed
ci: fix build name and extension
1 parent 5f30bcd commit 3135df6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,14 @@ jobs:
186186
test_script: pytest -xs test/test_mac.py::MacTest
187187
projectPath: sample
188188
unityAppName: SampleApp
189+
unityAppExtension: .app
189190
concurrency_group: macos
190191
- targetPlatform: StandaloneWindows64
191192
runs-on: [self-hosted, windows]
192193
test_script: python -m pytest -xs test/test_windows.py::WindowsTest
193194
projectPath: sample
194-
unityAppName: SampleApp
195+
unityAppName: Immutable Sample
196+
unityAppExtension: .exe
195197
concurrency_group: windows
196198
# - targetPlatform: Android
197199
# runs-on: [ self-hosted, macOS ]
@@ -238,7 +240,7 @@ jobs:
238240
- name: Run UI tests
239241
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == matrix.targetPlatform
240242
env:
241-
UNITY_APP_PATH: ${{ matrix.unityAppName }}.app
243+
UNITY_APP_PATH: ${{ matrix.unityAppName }}${{ matrix.unityAppExtension }}
242244
UNITY_APP_NAME: ${{ matrix.unityAppName }}
243245
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
244246
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}

0 commit comments

Comments
 (0)