File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ global_job_config:
28
28
- git submodule update --init --recursive
29
29
- cd deps/librdkafka
30
30
- git fetch origin
31
- - git checkout master
31
+ - git checkout dev_bump_openssl_version_3_0_12
32
32
- cd ../../
33
33
- export MKL_DEBUG=1
34
34
@@ -320,6 +320,6 @@ blocks:
320
320
jobs :
321
321
- name : " Tarball"
322
322
commands :
323
- - artifact pull workflow artifacts
324
- - tar -czvf artifacts .${SEMAPHORE_GIT_TAG_NAME}.tar.gz artifacts
325
- - artifact push project "artifacts .${SEMAPHORE_GIT_TAG_NAME}.tar.gz" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/artifacts .${SEMAPHORE_GIT_TAG_NAME}.tar.gz"
323
+ - artifact pull workflow releases
324
+ - tar -czvf releases .${SEMAPHORE_GIT_TAG_NAME}.tar.gz releases
325
+ - artifact push project "releases .${SEMAPHORE_GIT_TAG_NAME}.tar.gz" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/releases .${SEMAPHORE_GIT_TAG_NAME}.tar.gz"
You can’t perform that action at this time.
0 commit comments