From cdb4aabad440ae063a018296ad149729e25029a3 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 23 Jan 2025 23:23:19 -0700 Subject: [PATCH] Cat the file instead --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fe0abb2..ccdf13b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,9 @@ pipeline { script { sh ''' #!/bin/bash + cat /key.properties >android/key.properties flutter doctor - flutter pub get chmod +x compile.sh ./compile.sh @@ -30,7 +30,7 @@ pipeline { cd ../../../../ - # appimage-builder --recipe AppImageBuilder.yml + #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" '''