projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc8936
)
Fix dir in upload script
author
Michael Schuster
<michael@schuster.ms>
Sat, 16 Nov 2019 20:53:25 +0000
(21:53 +0100)
committer
Michael Schuster
<michael@schuster.ms>
Sat, 16 Nov 2019 20:53:25 +0000
(21:53 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
admin/linux/upload-appimage.sh
patch
|
blob
|
history
diff --git
a/admin/linux/upload-appimage.sh
b/admin/linux/upload-appimage.sh
index 518a33101c88b1429518412537ff33df8551e904..c7564589f520193cd7707e8dc15e49b8ebfb38fe 100755
(executable)
--- a/
admin/linux/upload-appimage.sh
+++ b/
admin/linux/upload-appimage.sh
@@
-2,6
+2,8
@@
set -xe
+cd /build
+
# Upload AppImage
APPIMAGE=$(readlink -f ./Nextcloud*.AppImage)
BASENAME=$(basename ${APPIMAGE})