Skip to content

Commit f73e494

Browse files
authored
Update ci.yml
1 parent 3e25712 commit f73e494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247

248248
- name: Remove version info from plugin folder names
249249
run: |
250-
cd "${{ steps.cli.outputs.download-path }}/Pluigns"
250+
cd "${{ steps.cli.outputs.download-path }}/Plugins"
251251
for dir in TeamTools.Linter.TSQL* ; do
252252
mv "${dir}" "TeamTools.Linter.TSQL";
253253
done

0 commit comments

Comments
 (0)