Skip to content

Commit 04b47a9

Browse files
committed
Use zip file over tar file for overview package.
1 parent bb0b253 commit 04b47a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Gemfile.lock
2-
overviews.tar.gz
2+
overviews.zip
33
Overview/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deploy:
1313
provider: releases
1414
api_key:
1515
secure: E4Rieypa6Nsy75bdGGcr6JyJs8Jhvli5s9v7Gjoivu9r7IRMcXxNC4HviVpbNpVIR2gUUubiQUUM8ODradpMMI9D8JY1diW2FWQqdUKQFvp0RWHf6tYl5+MpqV4YqWk7GzSFcLG2G8TYSOBtAAJ4ftfhhUPcAzrBMig0h7v042I=
16-
file: overviews.tar.gz
16+
file: overviews.zip
1717
skip_cleanup: true
1818
on:
1919
tags: true

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ task :compile_overviews do
2424
end
2525

2626
task travis: [:build] do
27-
system 'tar', '-czf', 'overviews.tar.gz', build
27+
system 'zip', '-r', 'overviews.zip', build
2828
end
2929

3030
def compile_overview(name, path, overview)

0 commit comments

Comments
 (0)