Skip to content

Commit 55343a2

Browse files
Bot Updating Templated Files
1 parent 9368dec commit 55343a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/external_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 "BambuStudio_ubuntu-24.04" <<< "${assets}"; then
114+
if grep -q "Bambu_Studio_ubuntu-24.04" <<< "${assets}"; then
115115
artifacts_found="true"
116116
else
117117
artifacts_found="false"

0 commit comments

Comments
 (0)