Skip to content

Commit

Permalink
Jenkinsfile: upload rockpis-dtbo.tar.gz
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen <[email protected]>
  • Loading branch information
StephenInVamrs committed Jul 16, 2019
1 parent 568953b commit d4df55c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ node {
--file "$file"
done
github-release upload \
--tag "${RELEASE_NAME}" \
--name "rockpis-dtbo.tar.gz" \
--file "../rockpis-dtbo.tar.gz"
github-release edit \
--tag "${RELEASE_NAME}" \
--name "${RELEASE_TITLE}" \
Expand Down

0 comments on commit d4df55c

Please sign in to comment.