ChangeDir to proper folder for appimage creation

This commit is contained in:
zontreck 2024-07-24 00:53:45 -07:00
parent a3b1226bea
commit f3f762dca5

1
Jenkinsfile vendored
View file

@ -26,6 +26,7 @@ pipeline {
cd ../../../../app/outputs/flutter-apk
cp app-release.apk ../../../../
cd ../../../../
appimage-builder --recipe AppImageBuilder.yml
'''
}