Skip to content

Commit

Permalink
change JBR to non-jcef version
Browse files Browse the repository at this point in the history
  • Loading branch information
amir1376 committed Nov 26, 2024
1 parent c893a5c commit fb16ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
set -Eeuo pipefail
jdksPath="$HOME/.jdks"
os=$(echo "${{ runner.os }}-${{ runner.arch }}" | tr "[:upper:]" "[:lower:]")
jdkFileName="jbrsdk_jcef-17.0.12-$os-b1207.37"
jdkFileName="jbrsdk-17.0.12-$os-b1207.37"
jdkFileNameWithExt="$jdkFileName.tar.gz"
link="https://cache-redirector.jetbrains.com/intellij-jbr/$jdkFileNameWithExt"
curl --location "$link" --create-dirs --output "$jdksPath/$jdkFileNameWithExt"
Expand Down

0 comments on commit fb16ab8

Please sign in to comment.