File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 shell : bash
7575 run : |
7676 echo "Starting properties export..."
77- PROPERTIES="$(.. /gradlew properties --console=plain -q)"
77+ PROPERTIES="$(./gradlew properties --console=plain -q)"
7878 VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
79- CHANGELOG="$(.. /gradlew getChangelog --unreleased --no-header --console=plain -q)"
79+ CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
8080 echo "Detected version: $VERSION"
8181
8282 echo "version=$VERSION" >> $GITHUB_OUTPUT
9191 working-directory : intellij-aicoder
9292 run : |
9393 echo "Starting plugin build..."
94- .. /gradlew buildPlugin --info
94+ ./gradlew buildPlugin --info
9595 echo "Plugin build completed"
9696
9797 - name : Prepare Plugin Artifact
You can’t perform that action at this time.
0 commit comments