Skip to content

Commit 7b88c88

Browse files
authored
Update Jenkinsfile for appimagetool and pupnet commands
1 parent e208041 commit 7b88c88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ node("Diligence") {
3535
stage('Publish Linux') {
3636
// Prerequisites on Jenkins agent:
3737
// - fuse3 (provides fusermount3 for appimagetool AppImage)
38-
// - appimagetool-x86_64.AppImage in $PATH (/usr/local/bin/)
38+
// - appimagetool in $PATH (/usr/local/bin/)
3939
// - pupnet 1.9.1 globally installed
4040
sh "rm -rf StabilityMatrix.Avalonia/bin/*"
4141
sh "rm -rf StabilityMatrix.Avalonia/obj/*"
42-
sh "/home/jenkins/.dotnet/tools/pupnet --runtime linux-x64 --kind appimage --app-version ${version} --clean -y"
42+
sh "/home/jenkins/.dotnet/tools/pupnet -r linux-x64 -c Release --kind appimage --app-version $RELEASE_VERSION --clean"
4343
}
4444
}
4545
} finally {

0 commit comments

Comments
 (0)