Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] #11

Merged
merged 40 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3cd1cbf
[email protected]
StephenHodgson Aug 14, 2024
15ce295
.
StephenHodgson Aug 14, 2024
c535618
.
StephenHodgson Aug 14, 2024
9fae97b
.
StephenHodgson Aug 14, 2024
561a334
.
StephenHodgson Aug 14, 2024
1380dcb
.
StephenHodgson Aug 14, 2024
b17c811
.
StephenHodgson Aug 14, 2024
073e773
.
StephenHodgson Aug 14, 2024
34a5fe4
.
StephenHodgson Aug 14, 2024
6b85095
.
StephenHodgson Aug 14, 2024
91e0d22
.
StephenHodgson Aug 14, 2024
239f0b9
.
StephenHodgson Aug 14, 2024
58cd542
.
StephenHodgson Aug 14, 2024
c168cee
.
StephenHodgson Aug 14, 2024
c6b3ff7
.
StephenHodgson Aug 14, 2024
6bdb0a1
.
StephenHodgson Aug 14, 2024
d4011e7
.
StephenHodgson Aug 14, 2024
7cbedc6
.
StephenHodgson Aug 14, 2024
ddc139a
.
StephenHodgson Aug 14, 2024
a2e7b93
.
StephenHodgson Aug 15, 2024
97f58a6
.
StephenHodgson Aug 15, 2024
f1fb48c
.
StephenHodgson Aug 15, 2024
8b9578c
.
StephenHodgson Aug 15, 2024
7e455c9
.
StephenHodgson Aug 15, 2024
f5d629b
.
StephenHodgson Aug 15, 2024
46d4be1
.
StephenHodgson Aug 15, 2024
582dc88
.
StephenHodgson Aug 15, 2024
ffd3779
.
StephenHodgson Aug 15, 2024
cb3e8cf
.
StephenHodgson Aug 15, 2024
6fb580d
.
StephenHodgson Aug 15, 2024
1b0fac9
.
StephenHodgson Aug 15, 2024
a5a6bb2
.
StephenHodgson Aug 15, 2024
cea27d0
.
StephenHodgson Aug 15, 2024
f8302c8
.
StephenHodgson Aug 15, 2024
00d656d
.
StephenHodgson Aug 15, 2024
ec5fc7b
Update src/unity-hub.ts
StephenHodgson Aug 15, 2024
1da01fd
Update src/unity-hub.ts
StephenHodgson Aug 15, 2024
e89bee4
Update src/unity-hub.ts
StephenHodgson Aug 15, 2024
7fb6fc9
Update src/unity-hub.ts
StephenHodgson Aug 15, 2024
0ed9aa4
.
StephenHodgson Aug 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading