From cb4ca5e2f95c2425517c7a0a4d626ddfc3dc17cf Mon Sep 17 00:00:00 2001 From: Ermina Trontzou <93486362+ErminaTrontzou@users.noreply.github.com> Date: Sun, 8 Jan 2023 14:04:20 +0200 Subject: [PATCH] Update build-gradle-and-upload-articaft-on-release.yml --- .../workflows/build-gradle-and-upload-articaft-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gradle-and-upload-articaft-on-release.yml b/.github/workflows/build-gradle-and-upload-articaft-on-release.yml index f6389cc..4dd5255 100644 --- a/.github/workflows/build-gradle-and-upload-articaft-on-release.yml +++ b/.github/workflows/build-gradle-and-upload-articaft-on-release.yml @@ -38,5 +38,5 @@ jobs: 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: build/libs/tourguide-0.0.1-SNAPSHOT.jar - asset_name: release-${{ github.ref }}.zip + asset_name: release-${{ github.ref }}.jar asset_content_type: application/zip