From b8493f0ff902d54ff84d99318bf78bae0bbca96d Mon Sep 17 00:00:00 2001 From: JohnnnnyKlayy <45371102+JohnnnnyKlayy@users.noreply.github.com> Date: Thu, 4 Mar 2021 14:02:50 -0500 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 805e69b..ae6c818 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -42,5 +42,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/FutureRestore GUI-1.0-all.jar - asset_name: FutureRestore-GUI.jar + asset_name: FutureRestore-GUI-Universal.jar asset_content_type: application/jar