Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Fixing upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Sep 19, 2019
1 parent f5e3a47 commit 366a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -58,7 +58,7 @@ def upload(platform, dir) {

unstash name: "packages-${platform}"

def expandedFileName = sh(returnStdout: true, script: "ls build/packages/PThreadedFFI*.zip").trim()
def expandedFileName = sh(returnStdout: true, script: "ls build/packages/PThreadedFFI*${platform}*.zip").trim()

sshagent (credentials: ['b5248b59-a193-4457-8459-e28e9eb29ed7']) {
sh "scp -o StrictHostKeyChecking=no \
Expand Down

0 comments on commit 366a781

Please sign in to comment.