From e5368f788e736cb097805bf5457d8ae97883eff7 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 21 Apr 2020 13:21:58 +0200 Subject: Update gradle.yml --- .github/workflows/gradle.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index ae42815..ea9c7f4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -23,8 +23,6 @@ jobs: run: chmod +x gradlew - name: Build with Gradle run: ./gradlew remapJar - - name: Remove intermediary JAR - run: rm build/libs/parquet*-dev.jar - name: Create Release id: create_release uses: actions/create-release@v1 @@ -45,6 +43,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-${{ steps.get_version.outputs.VERSION }}.jar + asset_path: ./build/libs/parquet-${{ steps.get_version.outputs.VERSION }}.jar asset_name: parquet-${{ steps.get_version.outputs.VERSION }}.jar asset_content_type: application/jar -- cgit v1.2.3