Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 2e7ebbf

Browse files
committed
Minor fixes to workflow
1 parent 04d8890 commit 2e7ebbf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/master.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Save build artifacts
3636
uses: actions/upload-artifact@v2
3737
with:
38+
name: build
3839
path: build
3940

4041
release:
@@ -60,6 +61,7 @@ jobs:
6061
- name: Fetch build artifacts
6162
uses: actions/download-artifact@v2
6263
with:
64+
name: build
6365
path: build
6466
- name: publish
6567
run: ./gradlew -Pversion="${VERSION}" publish
@@ -87,6 +89,6 @@ jobs:
8789
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8890
with:
8991
upload_url: ${{ steps.create_release.outputs.upload_url }}
90-
asset_path: ./build/libs/kafka-connect-vault-provider-${{ env.RELEASE_TAG }}.jar
91-
asset_name: kafka-connect-vault-provider-${{ env.RELEASE_TAG }}.jar
92-
asset_content_type: application/java-archive
92+
asset_path: ./build/libs/kafka-connect-vault-provider-${{ env.VERSION }}.jar
93+
asset_name: kafka-connect-vault-provider-${{ env.VERSION }}.jar
94+
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)