We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc83f83 commit ff5d047Copy full SHA for ff5d047
1 file changed
.github/Jenkinsfile
@@ -16,6 +16,7 @@ pipeline {
16
./node_modules/.bin/node-pre-gyp rebuild --production
17
./node_modules/.bin/node-pre-gyp package
18
'''
19
+ archiveArtifacts artifacts: 'build/stage/*.tar.gz'
20
}
21
22
stage('update-gh-release') {
0 commit comments