fix GH action workflow syntax

This commit is contained in:
missytake
2022-05-30 16:57:00 +02:00
parent 1d22ca7d4d
commit 3246dedbd8

View File

@@ -137,7 +137,7 @@ jobs:
path: ${{ env.DELTACHAT_NODE_TAR_GZ }}
# Upload to download.delta.chat/node/preview/
- name: Upload deltachat-node preview to download.delta.chat/node/preview/
if: ! steps.tag.outputs.tag
if: ${{ ! steps.tag.outputs.tag }}
id: upload-preview
shell: bash
run: |