We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4390b3 commit 250d2b4Copy full SHA for 250d2b4
.travis.yml
@@ -8,7 +8,7 @@ install:
8
script:
9
- "(cd bootloaders/ariadne/src && ./makerelease)"
10
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
+- 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
12
deploy:
13
provider: releases
14
api_key:
0 commit comments