Skip to content

Commit 9061b8f

Browse files
committed
Fix GH build
1 parent 8774b97 commit 9061b8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Gradle Wrapper Validation
4949
uses: gradle/wrapper-validation-action@v1.0.5
5050

51-
# Setup Java 11 environment for the next steps
51+
# Setup Java 17 environment for the next steps
5252
- name: Setup Java
5353
uses: actions/setup-java@v4
5454
with:
@@ -68,12 +68,12 @@ jobs:
6868
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
6969
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
7070
71-
echo "::set-output name=version::$VERSION"
72-
echo "::set-output name=name::$NAME"
73-
echo "::set-output name=changelog::$CHANGELOG"
74-
echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
71+
echo "name=version::$VERSION" >> $GITHUB_OUTPUT
72+
echo "name=name::$NAME" >> $GITHUB_OUTPUT
73+
echo "name=changelog::$CHANGELOG" >> $GITHUB_OUTPUT
74+
echo "name=pluginVerifierHomeDir::~/.pluginVerifier" >> $GITHUB_OUTPUT
7575
76-
./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
76+
./gradlew printProductsReleases # prepare list of IDEs for Plugin Verifier
7777
7878
# Run tests
7979
- name: Run Tests

0 commit comments

Comments
 (0)