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:
2828 - git submodule update --init --recursive
2929 - cd deps/librdkafka
3030 - git fetch origin
31- - git checkout master
31+ - git checkout dev_bump_openssl_version_3_0_12
3232 - cd ../../
3333 - export MKL_DEBUG=1
3434
@@ -320,6 +320,6 @@ blocks:
320320 jobs :
321321 - name : " Tarball"
322322 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