Skip to content

Commit

Permalink
[CI] Remove transform
Browse files Browse the repository at this point in the history
  • Loading branch information
François GERBES committed Jun 12, 2018
1 parent 8008287 commit 104d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci-scripts/gen_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ rm -rf \
*.dist

tar --exclude-vcs \
-czhf ${Filename} --transform="s/dist/public/g" ./dist
-czhf ${Filename} ./dist

sha256sum ${Filename} > ${Filename}.sha256.txt

0 comments on commit 104d9f2

Please sign in to comment.