Skip to content

Commit

Permalink
Fix react-native build
Browse files Browse the repository at this point in the history
  • Loading branch information
diserere authored Aug 12, 2020
1 parent 98c9774 commit 5e1b966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ ton_client/platforms/ton-client-web"""
}
}
steps {
dir('tonlabs/TON-SDK/ton_client/platforms/ton-client-react-native/output') {
dir('tonlabs/TON-SDK/ton_client/platforms/ton-client-react-native/bin') {
script {
stash allowEmpty: true, includes: '*.gz', name: 'rn-ios-bin'
}
Expand Down Expand Up @@ -797,7 +797,7 @@ ton_client/platforms/ton-client-web"""
}
}
steps {
dir('tonlabs/TON-SDK/ton_client/platforms/ton-client-react-native/output') {
dir('tonlabs/TON-SDK/ton_client/platforms/ton-client-react-native/bin') {
script {
stash allowEmpty: true, includes: '*.gz', name: 'rn-android-bin'
}
Expand Down

0 comments on commit 5e1b966

Please sign in to comment.