mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
ci: fix variable
This commit is contained in:
2
.github/workflows/node-package.yml
vendored
2
.github/workflows/node-package.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
if [ -z "$tag" ]; then
|
if [ -z "$tag" ]; then
|
||||||
node -e "console.log('DELTACHAT_NODE_TAR_GZ=deltachat-node-' + '${{ github.ref }}'.split('/')[2] + '.tar.gz')" >> $GITHUB_ENV
|
node -e "console.log('DELTACHAT_NODE_TAR_GZ=deltachat-node-' + '${{ github.ref }}'.split('/')[2] + '.tar.gz')" >> $GITHUB_ENV
|
||||||
else
|
else
|
||||||
node -e "console.log('DELTACHAT_NODE_TAR_GZ=deltachat-node-' + '${{ steps.tag.outputs.tag }}'.split('/')[2] + '.tar.gz')" >> $GITHUB_ENV
|
echo "DELTACHAT_NODE_TAR_GZ=deltachat-node-${{ steps.tag.outputs.tag }}.tar.gz" >> $GITHUB_ENV
|
||||||
echo "No preview will be uploaded this time, but the $tag release"
|
echo "No preview will be uploaded this time, but the $tag release"
|
||||||
fi
|
fi
|
||||||
- name: System info
|
- name: System info
|
||||||
|
|||||||
Reference in New Issue
Block a user