Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 114c1cb

Browse files
committed
more package name fixes
1 parent a468816 commit 114c1cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
with:
110110
upload_url: ${{ needs.create_release.outputs.upload_url }}
111-
asset_path: rotor-${{ env.RELEASE_VERSION }}-1_all.deb
112-
asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-1_all.deb
111+
asset_path: rotor_${{ env.RELEASE_VERSION }}-1_all.deb
112+
asset_name: rotor_${{ env.RELEASE_VERSION }}-1_all.deb
113113
asset_content_type: application/octet-stream
114114

115115
- name: Upload rpm
@@ -119,5 +119,5 @@ jobs:
119119
with:
120120
upload_url: ${{ needs.create_release.outputs.upload_url }}
121121
asset_path: rotor-${{ env.RELEASE_VERSION }}-1.x86_64.rpm
122-
asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-1.x86_64.rpm
122+
asset_name: rotor-${{ env.RELEASE_VERSION }}-1.x86_64.rpm
123123
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)