File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 if : runner.os == 'Linux' && matrix.app_version == 'stable'
108108
109109 - name : Run neovim lua lint (Linux)
110- - uses : ./.github/actions/lint-lua-ls/
110+ uses : ./.github/actions/lint-lua-ls/
111111 if : runner.os == 'Linux' && matrix.app_version == 'stable'
112112
113113 - name : Create vscode dist that can be installed locally
@@ -121,7 +121,9 @@ jobs:
121121 pat : none
122122 packagePath : packages/cursorless-vscode/dist
123123 dryRun : true
124- - run : mv ${{ steps.createVsix.outputs.vsixPath }} cursorless-development.vsix
124+
125+ - name : Rename vsix
126+ run : mv ${{ steps.createVsix.outputs.vsixPath }} cursorless-development.vsix
125127 if : runner.os == 'Linux' && matrix.app_version == 'stable'
126128
127129 - name : Upload vsix
You can’t perform that action at this time.
0 commit comments