Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ committed Jun 13, 2024
1 parent 38fb825 commit 93ee857
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/runHubOnAgent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
include:
- os: macos
- os: windows

steps:
- name: Script Version
run: |
echo "::group::Script Versioning"
$scriptVersion = "1.0.0"
echo "Build Script Version: $scriptVersion"
echo "::endgroup::"
shell: pwsh
shell: pwsh
- id: openHub
name: 'Run Unity Hub'
name: "Run Unity Hub"
run: |
echo "::group::Set Hub and editor locations"
Expand Down Expand Up @@ -71,6 +71,5 @@ jobs:
$InstalledUnityVersions = unity-hub
echo "::endgroup::"
exit $LASTEXITCODE
}
shell: pwsh
exit $LASTEXITCODE
shell: pwsh

0 comments on commit 93ee857

Please sign in to comment.