We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a766e commit 766a78cCopy full SHA for 766a78c
.github/workflows/publish-schema.yml
@@ -24,4 +24,4 @@ jobs:
24
env:
25
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
- gh release upload "${{ github.event.release.name }}" schema.json meta.json schema.unstable.json meta.unstable.json
+ gh release upload "${{ github.event.release.name }}" schema/schema.json schema/meta.json schema/schema.unstable.json schema/meta.unstable.json
0 commit comments