From 2d7df6ed9658988dda3c46650b218e036e252c25 Mon Sep 17 00:00:00 2001 From: Gaelmare <2gaelmare@gmail.com> Date: Sat, 6 Jul 2024 18:18:36 -0600 Subject: [PATCH] Workflow fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d41c65d..b2b473a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,6 +79,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./build/libs/dttfc-1.20.1-${{ steps.version.outputs.result }}.jar + asset_path: ./build/libs/DynamicTreesTFC-1.20.1-${{ steps.version.outputs.result }}.jar asset_name: dttfc-${{ steps.version.outputs.result }}.jar asset_content_type: application/java-archive \ No newline at end of file