From 0582fa8b17f3ac2dcfca36585b1c29cd62b0d8f9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 27 Jan 2025 15:40:18 -0700 Subject: [PATCH] Archive the CLI binary --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ccdf13b..575bf85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,6 +33,8 @@ pipeline { #appimage-builder --recipe AppImageBuilder.yml #appimagetool AppDir/*.desktop -u "zsync|https://ci.zontreck.com/job/Projects/job/Dart/job/NBTEditor/job/main/lastSuccessfulBuild/artifact/NBT%20Editor-latest-x86_64.AppImage.zsync" + + mv out/nbteditor-cli nbteditor-cli-linux-x64 ''' } } @@ -40,6 +42,7 @@ pipeline { always { archiveArtifacts artifacts: '*.tgz', fingerprint: true archiveArtifacts artifacts: '*.apk', fingerprint: true + archiveArtifacts artifacts: "nbteditor-cli-linux-x64", fingerprint: true //archiveArtifacts artifacts: '*.AppImage', fingerprint: true //archiveArtifacts artifacts: '*.zsync', fingerprint: true