updates release path

This commit is contained in:
Hyatt 2024-03-11 15:54:01 -05:00
parent 29eee450c7
commit 058a05e4ce
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -111,7 +111,7 @@ pipeline {
cat package.json | jq '.scripts."build:electron" |= . + " --linux AppImage --publish=never"' > with_appimage_package.json
mv -f with_appimage_package.json package.json
yarn install --frozen-lockfile
yarn build || true
yarn build
"""
outputFile = sh (
@ -131,7 +131,7 @@ pipeline {
functions.pushArtifact(
repoCreds: "nexus-generic-upload-bot",
fileName: outputFile,
filePath: "${workspace}/release/",
filePath: "${workspace}/signal-desktop/release/",
fileURL: "https://nexus.c.test-chamber-13.lan/repository/generic/signal/"
)
}