Skip to content

Commit e2f798c

Browse files
author
Mark Dornbach
committed
test if this will fix the build issue
1 parent f09171b commit e2f798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
- name: Upload to CF KV Store
5353
uses: wei/curl@master
5454
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"'
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"'

0 commit comments

Comments
 (0)