Skip to content

Commit 61e2195

Browse files
committed
fixup! use travis to make releases to github
1 parent 9573d67 commit 61e2195

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ deploy:
4343
skip_cleanup: true
4444
file:
4545
- "geckodriver-$TRAVIS_TAG.tar.gz"
46-
- "geckodriver-$TRAVIS_TAG-i686-unknown-linux-gnu.tar.gz"
47-
- "geckodriver-$TRAVIS_TAG-x86_64-unknown-linux-gnu.tar.gz"
48-
- "geckodriver-$TRAVIS_TAG-x86_64-unknown-linux-musl.tar.gz"
49-
- "geckodriver-$TRAVIS_TAG-x86_64-pc-windows-gnu.tar.gz"
46+
- "geckodriver-$TRAVIS_TAG-win64.tar.gz"
47+
- "geckodriver-$TRAVIS_TAG-linux64.tar.gz"
5048
on:
5149
tags: true
5250
repo: mozilla/geckodriver

0 commit comments

Comments
 (0)