Skip to content

Commit

Permalink
Generate source tarball in source, not build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Mar 19, 2023
1 parent 033cbd3 commit a1f97a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/travis.linux.after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ then
# get the archive script
wget https://raw.githubusercontent.com/meitar/git-archive-all.sh/master/git-archive-all.sh

cd "${BUILD_DIR}" || exit
cd "${SOURCE_DIR}" || exit
# generate and upload the tarball
chmod +x "${HOME}/git-archive-all.sh"
"${HOME}/git-archive-all.sh" "Mudlet-${VERSION}.tar"
Expand Down

0 comments on commit a1f97a9

Please sign in to comment.