Updated Windows workflow
This commit is contained in:
parent
f08b0b55f7
commit
f8b51a492c
3
.github/workflows/images_build_windows.yml
vendored
3
.github/workflows/images_build_windows.yml
vendored
|
|
@ -56,6 +56,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
outputs:
|
||||
os: ${{ steps.os.outputs.list }}
|
||||
components: ${{ steps.components.outputs.list }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue