mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:15:52 +08:00
Update cura-installer.yml
This commit is contained in:
parent
f656bbf710
commit
e9d481e32f
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -296,7 +296,7 @@ jobs:
|
|||||||
|
|
||||||
with open(output_env, "w") as f:
|
with open(output_env, "w") as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
f.writelines(f"# {{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n")
|
f.writelines(f"# ${{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n")
|
||||||
for dep in sorted_deps:
|
for dep in sorted_deps:
|
||||||
f.writelines(f"{dep}\n")
|
f.writelines(f"{dep}\n")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user