We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559a944 commit c885b79Copy full SHA for c885b79
.github/workflows/IJ-latest.yml
@@ -25,8 +25,8 @@ jobs:
25
- name: Build with Gradle
26
shell: bash
27
run: |
28
- LATEST-EAP-SNAPSHOT=$(./gradlew printProductsReleases | grep 'IC-' | head -n 1 | cut -d'-' -f2)
29
- ./gradlew build --continue -PideaVersion=$LATEST-EAP-SNAPSHOT
+ LATEST_EAP_SNAPSHOT=$(./gradlew printProductsReleases | grep 'IC-' | head -n 1 | cut -d'-' -f2)
+ ./gradlew build --continue -PideaVersion=$LATEST_EAP_SNAPSHOT
30
- uses: actions/upload-artifact@v4
31
if: always()
32
with:
0 commit comments