Skip to content

Commit

Permalink
travis: update arm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Apr 9, 2017
1 parent c4e6148 commit ec5e964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ addons:
notification_email: scan_notifications@example.com
before_deploy:
- export RELEASE_PKG_FILE_X86=$(ls *-x86_64.deb)
- export RELEASE_PKG_FILE_ARM=$(ls *-armhf.deb)
- export RELEASE_PKG_FILE_ARM=$(ls *-arm*.deb)
- echo "deploying ${RELEASE_PKG_FILE_X86} ${RELEASE_PKG_FILE_ARM} to GitHub releases"
deploy:
provider: releases
Expand Down

0 comments on commit ec5e964

Please sign in to comment.