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