Skip to content

Commit

Permalink
unity-setup@v1.0.5 (#11)
Browse files Browse the repository at this point in the history
- convert to TypeScript
- updated Ubuntu install scripts
  • Loading branch information
StephenHodgson authored Aug 15, 2024
1 parent 28e64f6 commit 659a3a6
Show file tree
Hide file tree
Showing 14 changed files with 489 additions and 278 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
unity-versions:
- 'in version file'
- 2019.4.40f1 (ffc62b691db5)
Expand All @@ -39,9 +39,6 @@ jobs:
- os: windows-latest
build-targets: StandaloneWindows64, Android, WSAPlayer
modules: windows-server
- os: macos-13
build-targets: StandaloneOSX, Android, iOS
modules: mac-server
- os: macos-latest
build-targets: StandaloneOSX Android iOS VisionOS
modules: mac-server
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'unity-setup'
description: A GitHub action for setting up the Unity Game Engine for CI/CD workflows.
branding:
icon: 'download'
color: 'blue'
color: blue
icon: download
inputs:
version-file:
description: 'Specify a path to search for the unity project version text file. Useful if there are multiple projects in a single repo. Pass `None` if creating a new project to skip file search.'
Expand Down
Loading

0 comments on commit 659a3a6

Please sign in to comment.