Skip to content

Commit 766a78c

Browse files
authored
chore: fix paths in release upload (#285)
1 parent 02a766e commit 766a78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
env:
2525
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |
27-
gh release upload "${{ github.event.release.name }}" schema.json meta.json schema.unstable.json meta.unstable.json
27+
gh release upload "${{ github.event.release.name }}" schema/schema.json schema/meta.json schema/schema.unstable.json schema/meta.unstable.json

0 commit comments

Comments
 (0)