mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Use output of step
This commit is contained in:
parent
3ab8be94bc
commit
f656bbf710
1 changed files with 1 additions and 1 deletions
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:
|
||||
f.write(content)
|
||||
f.writelines(f"# {os.environ['FULL_INSTALLER_FILENAME']} uses:\n")
|
||||
f.writelines(f"# {{ steps.filename.outputs.FULL_INSTALLER_FILENAME }} uses:\n")
|
||||
for dep in sorted_deps:
|
||||
f.writelines(f"{dep}\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue