Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-03-20 02:11:29 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-03-20 02:11:29 +0300
commitdb94e2bc52449cd7d487a2b663f0aac69f1fbfd6 (patch)
treea7ee55951fb4c4374f81e81b6a526cdf693e559c /build-release.sh
parent1a193dd48bb3057799dde479a3fc5878728dbdb8 (diff)
Minor fix to the naming of files displayed on the releases page in github
Diffstat (limited to 'build-release.sh')
-rw-r--r--build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index cc662022b..e2031c7a1 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -206,7 +206,7 @@ else
--repo "duplicati" \
--user "duplicati" \
--security-token "${GITHUB_TOKEN}" \
- --file "${UPDATE_TARGET}/${RELEASE_FILE_NAME}.zip"
+ --file "${RELEASE_FILE_NAME}.zip"
fi
echo