Merge pull request #5607 from keymanapp/fix/linux/launchpad

fix(linux): Fix uploading to launchpad 📦
This commit is contained in:
Eberhard Beilharz 2021-08-19 16:03:39 +02:00 committed by GitHub
commit e49d7dcff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
keyman (15.0.90) UNRELEASED; urgency=medium
keyman (15.0.90-1) UNRELEASED; urgency=medium
* Consolidate source packages

View file

@ -30,7 +30,7 @@ function downloadSource() {
packageDir=$1
if [ "${proj}" == "keyman" ]; then
cd ${BASEDIR}/..
cd ${BASEDIR}
else
cd ${proj}
fi