Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
b1f07275
Commit
b1f07275
authored
Aug 22, 2018
by
Marc Coiffier
Browse files
Change the separator in archive names
parent
e0bed26c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
b1f07275
...
...
@@ -58,8 +58,8 @@ deploy:
provider
:
releases
api_key
:
$GITHUB_API_KEY
file
:
-
curly
-
$TRAVIS_OS_NAME
-
$HOST_ARCH.tar.xz
-
curly-gateway
-
$TRAVIS_OS_NAME
-
$HOST_ARCH.tar.xz
-
curly
~
$TRAVIS_OS_NAME
~
$HOST_ARCH.tar.xz
-
curly-gateway
~
$TRAVIS_OS_NAME
~
$HOST_ARCH.tar.xz
skip_cleanup
:
true
on
:
tags
:
true
...
...
scripts/ci/build-package
View file @
b1f07275
...
...
@@ -12,5 +12,5 @@ for exe; do
cp
-r
bin/
$exe
share/
*
/
$exe
-
*
/
*
"
$tmp
/
$full
"
tar
-C
"
$tmp
"
-c
.
rm
-r
"
$tmp
"
)
| xz
>
"
$exe
-
$TRAVIS_OS_NAME
-
$HOST_ARCH
.tar.xz"
)
| xz
>
"
$exe
~
$TRAVIS_OS_NAME
~
$HOST_ARCH
.tar.xz"
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment