Fix symlinks

This commit is contained in:
Michael Telatynski 2024-01-16 21:08:00 +00:00 committed by GitHub
parent d9a0be604e
commit 857c623d48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -180,7 +180,7 @@ jobs:
# Linux
if [ -d linux-amd64-sqlcipher-static ]; then
pushd packages.element.io/install/glibc-x86-64
pushd packages.element.io/install/linux/glibc-x86-64
ln -s "$(find . -type f -iname "*.tar.gz" | xargs -0 -n1 -- basename)" "element-desktop.tar.gz"
popd
fi