Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ab99f1

Browse files
committed
Added tar.gz creation -> utplsql.tar.gz
renamed release.zip -> utplsql.zip
1 parent dfb22e2 commit 7ab99f1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
site/
88
pages/
99
release/
10-
release.zip
10+
utplsql.tar.gz
11+
utplsql.zip

.travis/create_release_archive.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ cp -r LICENSE release/
1919
cp -r authors.md release/
2020
cp -r CONTRIBUTING.md release/
2121
cd release
22-
zip -r ../release.zip *
22+
zip -r ../utplsql.zip *
23+
tar -zcvf ../utplsql.tar.gz *

0 commit comments

Comments
 (0)