File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 exit 0
112112 else
113113 assets=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/tags/${EXT_RELEASE}" | jq -r '.assets[].browser_download_url')
114- if grep -q "Bambu_Studio_ubuntu -24.04" <<< "${assets}"; then
114+ if grep -q "BambuStudio_ubuntu -24.04" <<< "${assets}"; then
115115 artifacts_found="true"
116116 else
117117 artifacts_found="false"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ release_tag: latest
88ls_branch : master
99external_artifact_check : |
1010 assets=$(curl -u "${{ '{{' }} secrets.CR_USER {{ '}}' }}:${{ '{{' }} secrets.CR_PAT {{ '}}' }}" -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/tags/${EXT_RELEASE}" | jq -r '.assets[].browser_download_url')
11- if grep -q "Bambu_Studio_ubuntu -24.04" <<< "${assets}"; then
11+ if grep -q "BambuStudio_ubuntu -24.04" <<< "${assets}"; then
1212 artifacts_found="true"
1313 else
1414 artifacts_found="false"
You can’t perform that action at this time.
0 commit comments