fix debian package upload

This commit is contained in:
zadam 2019-02-20 22:10:19 +01:00
parent dd4f3ec264
commit 604f036a54
2 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,8 @@ echo "Uploading linux x64 build"
github-release upload \ github-release upload \
--tag $TAG \ --tag $TAG \
--name "DEBIAN_X64_BUILD" \ --name "$DEBIAN_X64_BUILD" \
--file "dist/DEBIAN_X64_BUILD" --file "dist/$DEBIAN_X64_BUILD"
echo "Uploading debian x64 package" echo "Uploading debian x64 package"

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "trilium", "name": "trilium",
"version": "0.29.1", "version": "0.30.0-beta",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {