mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
fixed missing start of context
Contributes to CURA-10998
This commit is contained in:
parent
c9bc1963e4
commit
4c8f8c8a00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
name: macos-run-info
|
||||
|
||||
- name: Download the run info II
|
||||
if: contains(github.event.inputs.os_list, 'linux-modern') || contains(inputs.os_list, 'linux-legacy') }}
|
||||
if: ${{ contains(github.event.inputs.os_list, 'linux-modern') || contains(inputs.os_list, 'linux-legacy') }}
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: linux-run-info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue