diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 086a71c..6f9414c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,6 @@ jobs: run: mvn clean install -Pshade - uses: actions/upload-artifact@v4 with: - name: FancyFirework + name: Release path: target/* - - uses: actions/upload-artifact@v4 - with: - name: "Release" - if-no-files-found: error - overwrite: true - path: target/fancyfirework-shade.jar \ No newline at end of file + if-no-files-found: error \ No newline at end of file