Skip to content

Commit

Permalink
fix: correct yaml syntax for upload name
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan zollinger <[email protected]>
  • Loading branch information
Jonathan-Zollinger committed Jan 3, 2024
1 parent 4114fd9 commit 8c0013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: actions/[email protected]
with:
name: microfetch-${{ matrix.os }}
path: '/home/runner/work/microfetch/microfetch/build/native/nativeCompile/microfetch'${{ matrix.filetype }}
path: /home/runner/work/microfetch/microfetch/build/native/nativeCompile/microfetch${{ matrix.filetype }}

0 comments on commit 8c0013b

Please sign in to comment.