Skip to content

Commit f3ae404

Browse files
committed
Hopefully fixed the config error
1 parent 8a7e798 commit f3ae404

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
@@ -38,6 +38,6 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
4040
upload_url: ${{ github.event.release.upload_url }}
41-
asset_path: ./publish/${{ matrix.rid }}/${{ github.event.repository.name }}${{ matrix.rid == 'win-x64' && '.exe' || '' }}
42-
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}-${{ matrix.rid }}${{ matrix.rid == 'win-x64' && '.exe' || '' }}
41+
asset_path: ./publish/${{ matrix.rid }}/NoteD${{ matrix.rid == 'win-x64' && '.exe' || '' }}
42+
asset_name: NoteD-${{ github.event.release.tag_name }}-${{ matrix.rid }}${{ matrix.rid == 'win-x64' && '.exe' || '' }}
4343
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)