From 114c1cbc0e6bd57aa0f1a380a9ee54e798943d8d Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 25 Apr 2022 23:14:05 +0300 Subject: [PATCH] more package name fixes --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce19df9..e840d20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,8 +108,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: rotor-${{ env.RELEASE_VERSION }}-1_all.deb - asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-1_all.deb + asset_path: rotor_${{ env.RELEASE_VERSION }}-1_all.deb + asset_name: rotor_${{ env.RELEASE_VERSION }}-1_all.deb asset_content_type: application/octet-stream - name: Upload rpm @@ -119,5 +119,5 @@ jobs: with: upload_url: ${{ needs.create_release.outputs.upload_url }} asset_path: rotor-${{ env.RELEASE_VERSION }}-1.x86_64.rpm - asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-1.x86_64.rpm + asset_name: rotor-${{ env.RELEASE_VERSION }}-1.x86_64.rpm asset_content_type: application/octet-stream