Skip to content

Commit

Permalink
more package name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 25, 2022
1 parent a468816 commit 114c1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 }}-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
Expand All @@ -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

0 comments on commit 114c1cb

Please sign in to comment.