File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5454 fileName : " quickstart-portable_${{ env.QUICKSTART_VERSION }}_windows_amd64.zip"
5555 out-file-path : ${{ env.DOWNLOADS_DIR }}
5656
57- - name : Download Macos apple chip TPIsoftwareOSPO quickstart portable
57+ - name : Download Macos M chip TPIsoftwareOSPO quickstart portable
5858 uses : robinraju/release-downloader@v1
5959 with :
6060 repository : TPIsoftwareOSPO/quickstart
@@ -64,16 +64,16 @@ jobs:
6464
6565 - name : Download Java 21 JRE from Azul Zulu
6666 run : |
67- echo "Downloading Win Java JRE from: $WIN_JRE_URL"
68- curl -L -o ${{ env.DOWNLOADS_DIR }}/win/java_jre.zip $WIN_JRE_URL
67+ echo "Downloading Win Java JRE from: ${{ env. WIN_JRE_URL }} "
68+ curl -L -o ${{ env.DOWNLOADS_DIR }}/win/java_jre.zip ${{ env. WIN_JRE_URL }}
6969 if [ $? -ne 0 ]; then
70- echo "Error: Java JRE download failed from $WIN_JRE_URL"
70+ echo "Error: Java JRE download failed from ${{ env. WIN_JRE_URL }} "
7171 exit 1
7272 fi
73- echo "Downloading Mac Java JRE from: $MAC_JRE_URL"
74- curl -L -o ${{ env.DOWNLOADS_DIR }}/mac/java_jre.zip $MAC_JRE_URL
73+ echo "Downloading Mac Java JRE from: ${{ env. MAC_JRE_URL }} "
74+ curl -L -o ${{ env.DOWNLOADS_DIR }}/mac/java_jre.zip ${{ env. MAC_JRE_URL }}
7575 if [ $? -ne 0 ]; then
76- echo "Error: Java JRE download failed from $MAC_JRE_URL"
76+ echo "Error: Java JRE download failed from ${{ env. MAC_JRE_URL }} "
7777 exit 1
7878 fi
7979
You can’t perform that action at this time.
0 commit comments