another fix for debian package upload

This commit is contained in:
zadam 2019-02-20 23:22:04 +01:00
parent 6f956c2415
commit cf5ec44303
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ git push origin $TAG
bin/build.sh
LINUX_X64_BUILD=trilium-linux-x64-$VERSION.tar.xz
DEBIAN_X64_BUILD=trilium_$VERSION_amd64.deb
DEBIAN_X64_BUILD=trilium_${VERSION}_amd64.deb
WINDOWS_X64_BUILD=trilium-windows-x64-$VERSION.zip
MAC_X64_BUILD=trilium-mac-x64-$VERSION.zip
SERVER_BUILD=trilium-linux-x64-server-$VERSION.tar.xz
@ -60,14 +60,14 @@ github-release release \
--tag $TAG \
--name "$TAG release" $EXTRA
echo "Uploading linux x64 build"
echo "Uploading debian x64 package"
github-release upload \
--tag $TAG \
--name "$DEBIAN_X64_BUILD" \
--file "dist/$DEBIAN_X64_BUILD"
echo "Uploading debian x64 package"
echo "Uploading linux x64 build"
github-release upload \
--tag $TAG \

2
package-lock.json generated
View File

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