File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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 :
You can’t perform that action at this time.
0 commit comments