Skip to content

Commit

Permalink
adapt to cartridge package naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 25, 2022
1 parent fe18d98 commit a468816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a468816

Please sign in to comment.