From 7dfd97cffb93db0703a7db510bc6428106d676f9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 21 Apr 2020 12:36:13 +0200 Subject: Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 88d5241..1a4c295 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -42,6 +42,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./libs/build/parquet*.jar + asset_path: ./libs/build/parquet-${{ github.ref }}.jar asset_name: parquet-${{ github.ref }}.jar asset_content_type: application/jar -- cgit v1.2.3