1 parent fa5ae46 commit 345e6a7Copy full SHA for 345e6a7
1 file changed
‎.github/workflows/release.yml‎
@@ -131,8 +131,8 @@ jobs:
131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
with:
133
upload_url: ${{ github.event.release.upload_url }}
134
- asset_path: ./release-artifacts/config-schema/.redrc.schema.json
135
- asset_name: .redrc.schema.json
+ asset_path: ./release-artifacts/config-schema/redrc.schema.json
+ asset_name: redrc.schema.json
136
asset_content_type: application/json
137
138
- name: Upload Linux x64 binary
0 commit comments