mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
fix in the release script
This commit is contained in:
parent
cfa926602a
commit
c87b592277
@ -16,3 +16,5 @@ bin/build-mac-x64.sh
|
|||||||
|
|
||||||
# building X64 linux as the last so electron-rebuild will prepare X64 binaries for local development
|
# building X64 linux as the last so electron-rebuild will prepare X64 binaries for local development
|
||||||
bin/build-linux-x64.sh
|
bin/build-linux-x64.sh
|
||||||
|
|
||||||
|
bin/build-server.sh
|
@ -88,9 +88,7 @@ github-release upload \
|
|||||||
--name "$MAC_X64_BUILD" \
|
--name "$MAC_X64_BUILD" \
|
||||||
--file "dist/$MAC_X64_BUILD"
|
--file "dist/$MAC_X64_BUILD"
|
||||||
|
|
||||||
echo "Packaging server version"
|
echo "Uploading linux x64 server build"
|
||||||
|
|
||||||
bin/build-server.sh $VERSION
|
|
||||||
|
|
||||||
github-release upload \
|
github-release upload \
|
||||||
--tag $TAG \
|
--tag $TAG \
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "trilium",
|
"name": "trilium",
|
||||||
"version": "0.24.5",
|
"version": "0.25.0-beta",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user