We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09171b commit e2f798cCopy full SHA for e2f798c
.github/workflows/build.yml
@@ -52,4 +52,4 @@ jobs:
52
- name: Upload to CF KV Store
53
uses: wei/curl@master
54
with:
55
- args: '-X PUT "https://api.cloudflare.com/client/v4/accounts/${{ secrets.CF_ACCOUNT_ID }}/storage/kv/namespaces/${{ secrets.CF_KV_NAMESPACE_ID }}/values/firmware/mg2${{ matrix.targetFw }}-${{ matrix.hwModel }}.zip" -H "Authorization: Bearer ${{ secrets.CF_API_TOKEN }}" --data-binary "@./build/fw.zip"'
+ args: '-X PUT "https://api.cloudflare.com/client/v4/accounts/${{ secrets.CF_ACCOUNT_ID }}/storage/kv/namespaces/${{ secrets.CF_KV_NAMESPACE_ID }}/values/firmware/mg2${{ matrix.targetFw }}-${{ matrix.hwModel }}.zip" -H "Authorization:Bearer ${{ secrets.CF_API_TOKEN }}" --data-binary "@./build/fw.zip"'
0 commit comments