Skip to content

Commit

Permalink
build????????
Browse files Browse the repository at this point in the history
  • Loading branch information
fantahund committed Jan 19, 2025
1 parent 8a6e64f commit ab98abe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit ab98abe

Please sign in to comment.