From a4688162431c7ad84622780f7d9372f2f081cff7 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 25 Apr 2022 22:59:48 +0300 Subject: [PATCH] adapt to cartridge package naming changes --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e40ad..ce19df9 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 }}-0.deb - asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-0.deb + asset_path: rotor-${{ env.RELEASE_VERSION }}-1_all.deb + asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-1_all.deb asset_content_type: application/octet-stream - name: Upload rpm @@ -118,6 +118,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: rotor-${{ env.RELEASE_VERSION }}-0.rpm - asset_name: rotor-tnt${{ matrix.tarantool-version }}-${{ env.RELEASE_VERSION }}-0.rpm + 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_content_type: application/octet-stream