Skip to content

Commit

Permalink
why are we publishing the lib as an artifact...?
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Mar 11, 2024
1 parent f7b2e9c commit 601dafd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
path: bootstrap/build/libs/PackConverter.jar
if-no-files-found: error

- name: Archive artifacts (Converter)
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
if: success()
with:
name: PackConverter Library
path: converter/build/libs/PackConverter-lib.jar
if-no-files-found: error

- name: Publish to Maven Repository
if: ${{ success() && github.repository == 'GeyserMC/PackConverter' && github.ref_name == 'master' }}
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
Expand Down

0 comments on commit 601dafd

Please sign in to comment.