Skip to content

Commit

Permalink
fixing file name in deb
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Sep 29, 2024
1 parent 44605aa commit 10fbe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_indexify_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /tmp/release/indexify-server-${{ needs.extract-version.outputs.version }}-linux-amd64.deb
asset_name: indexify-${{ needs.extract-version.outputs.version }}-linux-amd64.deb
asset_name: indexify-server-${{ needs.extract-version.outputs.version }}-linux-amd64.deb
asset_content_type: application/octet-stream
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 10fbe1d

Please sign in to comment.