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 9368dec commit 55343a2Copy full SHA for 55343a2
1 file changed
.github/workflows/external_trigger.yml
@@ -111,7 +111,7 @@ jobs:
111
exit 0
112
else
113
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 "BambuStudio_ubuntu-24.04" <<< "${assets}"; then
+ if grep -q "Bambu_Studio_ubuntu-24.04" <<< "${assets}"; then
115
artifacts_found="true"
116
117
artifacts_found="false"
0 commit comments