Skip to content

Commit 250d2b4

Browse files
Update .travis.yml
Add architecture path in the resulting archive per instructions in #31. Thanks @per1234.
1 parent f4390b3 commit 250d2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
script:
99
- "(cd bootloaders/ariadne/src && ./makerelease)"
1010
before_deploy:
11-
- tar --transform "s|^|ariadne-bootloader-${TRAVIS_TAG#v}/|" -zcf ariadne-bootloader-${TRAVIS_TAG#v}.tar.gz boards.txt bootloaders libraries platform.txt variants
11+
- 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
1212
deploy:
1313
provider: releases
1414
api_key:

0 commit comments

Comments
 (0)