Skip to content

Commit 345e6a7

Browse files
ci: 👷 fix release job
1 parent fa5ae46 commit 345e6a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
with:
133133
upload_url: ${{ github.event.release.upload_url }}
134-
asset_path: ./release-artifacts/config-schema/.redrc.schema.json
135-
asset_name: .redrc.schema.json
134+
asset_path: ./release-artifacts/config-schema/redrc.schema.json
135+
asset_name: redrc.schema.json
136136
asset_content_type: application/json
137137

138138
- name: Upload Linux x64 binary

0 commit comments

Comments
 (0)