Skip to content

Commit

Permalink
package type is always dmg on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Oct 24, 2017
1 parent 9299a80 commit b133724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.macos
Expand Up @@ -47,7 +47,7 @@ pipeline {
script {
// extract name of package to publish
def packageFile = sh (
script: "basename `ls package/osx/build/RStudio-*.${type.toLowerCase()}`",
script: "basename `ls package/osx/build/RStudio-*.dmg`",
returnStdout: true
).trim()

Expand Down

0 comments on commit b133724

Please sign in to comment.