Skip to content

Commit 160a6ed

Browse files
committed
fix name
1 parent c8cccf4 commit 160a6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
python -m cookiecutter \
4040
--no-input \
4141
"${OLDPWD}" \
42-
plugin_name=MyPlugin \
42+
plugin_name=QSMyPlugin \
4343
author="Nathan Henrie" \
4444
description="test plugin for CI"
4545
46-
pushd QSMyNewPlugin
46+
pushd QSMyPlugin
4747
4848
xcodebuild -scheme QSMyPlugin build
4949
xcodebuild -scheme QSMyPlugin test

0 commit comments

Comments
 (0)