Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add architecture path in the resulting archive per instructions in #31. Thanks @per1234.
  • Loading branch information
loathingKernel authored Aug 1, 2018
1 parent f4390b3 commit 250d2b4
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 @@ -8,7 +8,7 @@ install:
script:
- "(cd bootloaders/ariadne/src && ./makerelease)"
before_deploy:
- tar --transform "s|^|ariadne-bootloader-${TRAVIS_TAG#v}/|" -zcf ariadne-bootloader-${TRAVIS_TAG#v}.tar.gz boards.txt bootloaders libraries platform.txt variants
- tar --transform "s|^|ariadne-bootloader-${TRAVIS_TAG#v}/hardware/ariadne/avr/|" -zcf ariadne-bootloader-${TRAVIS_TAG#v}.tar.gz boards.txt bootloaders libraries platform.txt variants
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 250d2b4

Please sign in to comment.