Skip to content

Commit f37379a

Browse files
committed
fix automation workflow
client_payload of the workflow trigger has no extra "assets" field, but directly lists the assets
1 parent 503a43f commit f37379a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-windows-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
curl --silent --fail-with-body --proto "=https" -L -H "Accept: application/vnd.github+json" $MSI_URL --output cryptomator.msi
3939
env:
40-
ASSETS_JSON: ${{ toJson(github.event.client_payload.release.assets ) }}
40+
ASSETS_JSON: ${{ toJson(github.event.client_payload.release ) }}
4141
- name: Update verify-installers.mdx
4242
shell: pwsh
4343
run: |

0 commit comments

Comments
 (0)