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