Skip to content

Commit

Permalink
fix(ci): Fix release artifact upload filename (#12216)
Browse files Browse the repository at this point in the history
Missed this one.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Apr 14, 2022
1 parent 577d5a2 commit c1edb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: vector_${{ env.VECTOR_VERSION }}-1_arm64.deb
path: "./target/artifacts/vector-${{ env.VECTOR_VERSION }}-arm64.deb"
path: "./target/artifacts/vector_${{ env.VECTOR_VERSION }}-1_arm64.deb"
- uses: actions/upload-artifact@v1
with:
name: vector-${{ env.VECTOR_VERSION }}-1.aarch64.rpm
Expand Down

0 comments on commit c1edb89

Please sign in to comment.