mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
fix GH action workflow syntax
This commit is contained in:
2
.github/workflows/node-package.yml
vendored
2
.github/workflows/node-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user