Skip to content

Commit 864afa3

Browse files
committed
Windows builds and gh secret test
1 parent 3e9508c commit 864afa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
projectPath:
1616
- 'Samples/AppKit Sample'
1717
targetPlatform:
18-
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
18+
# - StandaloneOSX # Build a macOS standalone (Intel 64-bit).
1919
# - StandaloneWindows # Build a Windows standalone.
20-
# - StandaloneWindows64 # Build a Windows 64-bit standalone.
20+
- StandaloneWindows64 # Build a Windows 64-bit standalone.
2121
# - StandaloneLinux64 # Build a Linux 64-bit standalone.
2222
# - iOS # Build an iOS player.
2323
- Android # Build an Android .apk standalone app.
@@ -42,7 +42,7 @@ jobs:
4242
buildsPath: Build
4343
projectPath: ${{ matrix.projectPath }}
4444
targetPlatform: ${{ matrix.targetPlatform }}
45-
customParameters: -Development -test SomeValue
45+
customParameters: -Development -test ${{ secrets.TEST_SECRET }}
4646
buildMethod: UnityBuilderAction.BuildScript.Build
4747
- uses: actions/upload-artifact@v3
4848
with:

0 commit comments

Comments
 (0)