Skip to content

Commit

Permalink
fix release assets workflow (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders authored Oct 25, 2023
1 parent 806a1d8 commit 28218a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.inputs.upload_url }}
asset_path: extension/dist/kinesis-connector-extension.js*
asset_path: extension/dist/kafka-connector-extension.js*
- name: Upload assets to the GitHub release draft
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down

0 comments on commit 28218a8

Please sign in to comment.