Skip to content

Commit

Permalink
cicd: maybe there's some newline issues
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Oct 9, 2020
1 parent e46b4f8 commit d758248
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: release
path: |
${{github.workspace}}/clairctl-${{matrix.goos}}-${{matrix.goarch}}
path: ${{github.workspace}}/clairctl-${{matrix.goos}}-${{matrix.goarch}}
if-no-files-found: error

release:
Expand Down Expand Up @@ -147,8 +146,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: |
${{steps.download.outputs.download-path}}/clairctl-${{matrix.goos}}-${{matrix.goarch}}
asset_path: ${{steps.download.outputs.download-path}}/clairctl-${{matrix.goos}}-${{matrix.goarch}}
asset_name: clairctl-${{matrix.goos}}-${{matrix.goarch}}
asset_content_type: application/octet-stream

Expand Down

0 comments on commit d758248

Please sign in to comment.