File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
IS_RELEASE="true"
47
47
echo "IS_RELEASE=${IS_RELEASE}"
48
48
echo ::set-output name=IS_RELEASE::"${IS_RELEASE}"
49
- PKG_VERSION=${ZENOH_VERSION }
49
+ PKG_VERSION=${GIT_TAG }
50
50
elif [ -n "${GIT_BRANCH}" ]; then
51
51
PKG_VERSION=${GIT_BRANCH}-${GITHUB_SHA:0:8}
52
52
else
@@ -179,7 +179,7 @@ jobs:
179
179
ssh -o "StrictHostKeyChecking=no" ${SSH_TARGET} ls -al
180
180
echo "---- list artifacts to upload:"
181
181
ls -R ARTIFACTS || true
182
- DOWNLOAD_DIR=${ECLIPSE_BASE_DIR}/${{ needs.preps.outputs.ZENOH_VERSION }}
182
+ DOWNLOAD_DIR=${ECLIPSE_BASE_DIR}/${{ needs.preps.outputs.PKG_VERSION }}
183
183
echo "---- copy artifacts into ${DOWNLOAD_DIR}"
184
184
ssh -o "StrictHostKeyChecking=no" ${SSH_TARGET} mkdir -p ${DOWNLOAD_DIR}
185
185
cd ARTIFACTS
You can’t perform that action at this time.
0 commit comments