Skip to content

Commit

Permalink
Add top-level moderncv/ folder to release tarball (xdanaux#90)
Browse files Browse the repository at this point in the history
Closes xdanaux#89

Signed-off-by: Stephan Lachnit <[email protected]>
  • Loading branch information
stephanlachnit authored Dec 19, 2021
1 parent 6db46bf commit a6427c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-release-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ TARBALL=moderncv-$VERSION.tar
rm -f $TARBALL $TARBALL.gz

# create tar with all files in git repo
git archive HEAD > $TARBALL
git archive --prefix=moderncv/ HEAD > $TARBALL

# remove git specific files
tar -f $TARBALL --delete .github/ .gitignore create-release-tarball.sh
tar -f $TARBALL --delete moderncv/.github/ moderncv/.gitignore moderncv/create-release-tarball.sh

# compress
gzip $TARBALL

0 comments on commit a6427c5

Please sign in to comment.