Skip to content

Commit

Permalink
ci: generate entrypoints before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed May 18, 2024
1 parent e14c8f6 commit cfa6d5f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/prerelease-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ jobs:
16
17
- name: Build with Gradle
- name: Generate entrypoints
uses: gradle/gradle-build-action@v2
with:
arguments: clean build
arguments: jar:generateLoadersEntrypoints

- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build

- name: Publish to GitHub
uses: Apehum/mc-publish@v1.1
Expand Down

0 comments on commit cfa6d5f

Please sign in to comment.