1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-09 19:15:43 +02:00

Fix dir in upload script

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-11-16 21:53:25 +01:00
parent 4fc8936553
commit 801098f546
No known key found for this signature in database
GPG Key ID: 00819E3BF4177B28

View File

@ -2,6 +2,8 @@
set -xe
cd /build
# Upload AppImage
APPIMAGE=$(readlink -f ./Nextcloud*.AppImage)
BASENAME=$(basename ${APPIMAGE})