We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3e74 commit 7e3b124Copy full SHA for 7e3b124
1 file changed
.github/workflows/build-plugin.yml
@@ -23,13 +23,13 @@ jobs:
23
24
- name: Build plugin
25
run: |
26
- cd plugin
+ cd ide-plugins
27
./gradlew buildPlugin
28
29
- name: Get plugin version
30
id: plugin_version
31
32
33
VERSION=$(grep "^version" build.gradle.kts | cut -d'"' -f2)
34
echo "version=$VERSION" >> $GITHUB_OUTPUT
35
0 commit comments