Skip to content

Commit 7e3b124

Browse files
committed
feat(readme): screenshot
1 parent d8e3e74 commit 7e3b124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
- name: Build plugin
2525
run: |
26-
cd plugin
26+
cd ide-plugins
2727
./gradlew buildPlugin
2828
2929
- name: Get plugin version
3030
id: plugin_version
3131
run: |
32-
cd plugin
32+
cd ide-plugins
3333
VERSION=$(grep "^version" build.gradle.kts | cut -d'"' -f2)
3434
echo "version=$VERSION" >> $GITHUB_OUTPUT
3535

0 commit comments

Comments
 (0)