Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 275ee26

Browse files
update editor and project path variables
1 parent 01dab2f commit 275ee26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
version-file-path: 'test-project/**/ProjectSettings/ProjectVersion.txt'
3636

3737
- run: |
38-
echo "${{ steps.unity-validate.outputs.editor-path }}"
39-
echo "${{ steps.unity-validate.outputs.project-path }}"
38+
echo "${{ env.editor-path }}"
39+
echo "${{ env.project-path }}"

0 commit comments

Comments
 (0)