quote the path when calling npm to avoid backslash issues
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Publish Action Package
|
||||
run: 'npm --prefix ${{github.action_path}} start'
|
||||
run: 'npm --prefix "${{github.action_path}}" start'
|
||||
shell: bash
|
||||
id: publish
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user