Actually fix script path (#32646)

Needs one more ../
This commit is contained in:
David Baker 2026-02-26 10:26:38 +01:00 committed by GitHub
parent d584b8b9a3
commit 431a0c94a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ set -ex
rm dist/element-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist
DIST_VERSION=`$(dirname $0)/../../scripts/get-version-from-git.sh`
DIST_VERSION=`$(dirname $0)/../../../scripts/get-version-from-git.sh`
CI_PACKAGE=true DIST_VERSION=$DIST_VERSION scripts/package.sh