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:
parent
4fc8936553
commit
801098f546
@ -2,6 +2,8 @@
|
||||
|
||||
set -xe
|
||||
|
||||
cd /build
|
||||
|
||||
# Upload AppImage
|
||||
APPIMAGE=$(readlink -f ./Nextcloud*.AppImage)
|
||||
BASENAME=$(basename ${APPIMAGE})
|
||||
|
Loading…
Reference in New Issue
Block a user