From 5b0ba80278254cd6331c8bc1ede6f7e4ec08b8a8 Mon Sep 17 00:00:00 2001 From: samo_lego <34912839+samolego@users.noreply.github.com> Date: Sun, 11 Oct 2020 22:19:54 +0200 Subject: [PATCH] File name update --- .github/workflows/ci_fabric-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_fabric-stable.yml b/.github/workflows/ci_fabric-stable.yml index 7e98176..5e7103e 100644 --- a/.github/workflows/ci_fabric-stable.yml +++ b/.github/workflows/ci_fabric-stable.yml @@ -63,5 +63,5 @@ jobs: # The path to the asset you want to upload asset_path: build/libs/${{ env.BUILDNAME }}.jar # The name of the asset you want to upload - asset_name: ${{ env.BUILDNAME }} - asset_content_type: application/zip \ No newline at end of file + asset_name: ${{ env.PROJECT_ID }}_fabric-${{ env.VERSION }}-${{ env.MC_VERSION }}.jar + asset_content_type: application/zip