Skip to content

Commit

Permalink
cra
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Aug 24, 2023
1 parent 06f79ff commit a56a9cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile.releasability
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,11 @@ def doBuild() {
withEnv(['REALM_XCODE_VERSION=15.0']) {
sh './build.sh package-release'
}
stash includes: 'pkg/realm-swift-*.zip', name: 'packaged'
archiveArtifacts artifacts: 'pkg/*.zip'

dir("pkg") {
stash includes: 'realm-swift-*.zip', name: 'packaged'
archiveArtifacts artifacts: '*.zip'
}
}
}

Expand Down

0 comments on commit a56a9cb

Please sign in to comment.