Skip to content

Commit

Permalink
swap single and double quotes, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Dornbach committed Oct 22, 2020
1 parent e2f798c commit a9277cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Upload to CF KV Store
uses: wei/curl@master
with:
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 comments on commit a9277cf

Please sign in to comment.