mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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 }}
|
path: ${{ env.DELTACHAT_NODE_TAR_GZ }}
|
||||||
# Upload to download.delta.chat/node/preview/
|
# Upload to download.delta.chat/node/preview/
|
||||||
- name: Upload deltachat-node preview 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
|
id: upload-preview
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user