diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f9414c..9354fe3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,14 @@ jobs: run: mvn clean install -Pshade - uses: actions/upload-artifact@v4 with: - name: Release + name: FancyFirework path: target/* - if-no-files-found: error \ No newline at end of file + if-no-files-found: error + - uses: marvinpinto/action-automatic-releases@latest + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: false + title: FancyFirework + files: | + target/fancyfirework-shade.jar \ No newline at end of file