diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 8de4630551..df021c44fc 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -297,7 +297,7 @@ jobs: f.write(content) f.writelines("# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n") for dep in sorted_deps: - f.writelines(f"{dep}\n") + f.writelines(f"{dep.replace('#', '\#')}\n") - name: Archive the artifacts (bash) if: ${{ !inputs.installer && runner.os != 'Windows' }}