From e8d8271e3e8dec24979649f6026ce3e78e4b4583 Mon Sep 17 00:00:00 2001 From: Gaelmare <2gaelmare@gmail.com> Date: Sun, 24 Sep 2023 01:03:56 -0600 Subject: [PATCH] Testing GitHub workflows pt2 --- .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 93244fb..0628efb 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-${{ steps.version.outputs.result }}.jar + asset_path: ./build/libs/dttfc-1.18.2-${{ 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