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