mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 06:54:57 -04:00
ci: fix upload CLI path line splitting (#2877)
This commit is contained in:
parent
40c4109dc2
commit
efc7290454
1 changed files with 2 additions and 2 deletions
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
if : ${{ matrix.os != 'windows' }}
|
||||
with:
|
||||
name: constellation-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: >
|
||||
path: |
|
||||
build/constellation-${{ matrix.os }}-${{ matrix.arch }}
|
||||
build/constellation-${{ matrix.os }}-${{ matrix.arch }}.sig
|
||||
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
if : ${{ matrix.os == 'windows' }}
|
||||
with:
|
||||
name: constellation-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: >
|
||||
path: |
|
||||
build/constellation-${{ matrix.os }}-${{ matrix.arch }}.exe
|
||||
build/constellation-${{ matrix.os }}-${{ matrix.arch }}.exe.sig
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue