Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 672ef00

Browse files
fix path slashes
1 parent 734a357 commit 672ef00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ outputs:
1616
description: 'The path to the unity project'
1717
runs:
1818
using: 'node16'
19-
main: 'dist\index.js'
19+
main: 'dist/index.js'

0 commit comments

Comments
 (0)