Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jul 17, 2023
1 parent 17e051d commit fae9b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
node-version: 18.x
- run: cd base && npm install && npm run --silent generate-layers > light.json
- run: |
curl -H "Transfer-Encoding: chunked" -H "Authorization: ${{ secrets.AUTHORIZATION }}" -T light.json https://visual-ci-uploader.protomaps-dev.workers.dev/${{ github.sha }}/light.json
curl -H "Transfer-Encoding: chunked" -H "Authorization: ${{ secrets.AUTHORIZATION }}" -T base/light.json https://visual-ci-uploader.protomaps-dev.workers.dev/${{ github.sha }}/light.json

0 comments on commit fae9b1b

Please sign in to comment.