File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,14 @@ script:
156156# EOF
157157
158158before_deploy :
159- - cp $(find dist-newstyle/ -type f -name threadscope -exec test -x {} \; -print) threadscope.$TRAVIS_OS_NAME
160- - gzip -f threadscope.$TRAVIS_OS_NAME
159+ - cp $(find dist-newstyle/ -type f -name threadscope -exec test -x {} \; -print) threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER
160+ - gzip -f threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER
161161
162162deploy :
163163 provider : releases
164164 api_key :
165165 secure : RzNO2ZivMrDR5JZUZI/Dquc5B1QaMm9BIB06jKOLM/IxeoRKf8HXw1+OqTmMzssGdOxXDTsY7wpagVXD31Y+7K6b1f/zKzTIPwLC/W3QTj1ooFOMqwELGZZxnZPFDld68K/O+jOuJZZZ8QMEJPMfKRR/7vVOWvM/L0h9jIeY8Vo=
166- file : threadscope.$TRAVIS_OS_NAME.gz
166+ file : threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER. gz
167167 skip_cleanup : true
168168 on :
169169 repo : haskell/ThreadScope
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ index d21f854..6443253 100644
88 # EOF
99+
1010+ before_deploy:
11- + - cp $(find dist-newstyle/ -type f -name threadscope -exec test -x {} \; -print) threadscope.$TRAVIS_OS_NAME
12- + - gzip -f threadscope.$TRAVIS_OS_NAME
11+ + - cp $(find dist-newstyle/ -type f -name threadscope -exec test -x {} \; -print) threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER
12+ + - gzip -f threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER
1313+
1414+ deploy:
1515+ provider: releases
1616+ api_key:
1717+ secure: RzNO2ZivMrDR5JZUZI/Dquc5B1QaMm9BIB06jKOLM/IxeoRKf8HXw1+OqTmMzssGdOxXDTsY7wpagVXD31Y+7K6b1f/zKzTIPwLC/W3QTj1ooFOMqwELGZZxnZPFDld68K/O+jOuJZZZ8QMEJPMfKRR/7vVOWvM/L0h9jIeY8Vo=
18- + file: threadscope.$TRAVIS_OS_NAME.gz
18+ + file: threadscope.$TRAVIS_OS_NAME.$TRAVIS_COMPILER. gz
1919+ skip_cleanup: true
2020+ on:
2121+ repo: haskell/ThreadScope
You can’t perform that action at this time.
0 commit comments