There was an error while loading. Please reload this page.
1 parent 503a43f commit f37379aCopy full SHA for f37379a
1 file changed
.github/workflows/update-windows-info.yml
@@ -37,7 +37,7 @@ jobs:
37
fi
38
curl --silent --fail-with-body --proto "=https" -L -H "Accept: application/vnd.github+json" $MSI_URL --output cryptomator.msi
39
env:
40
- ASSETS_JSON: ${{ toJson(github.event.client_payload.release.assets ) }}
+ ASSETS_JSON: ${{ toJson(github.event.client_payload.release ) }}
41
- name: Update verify-installers.mdx
42
shell: pwsh
43
run: |
0 commit comments