Skip to content

Commit

Permalink
build: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimiao authored Dec 9, 2024
1 parent fd66b91 commit ef5de79
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582

- name: Go to core
run: cd /core

- name: Build with Gradle
run: gradle build
run: gradle -p core build

- name: Publish to GitHub Packages
run: gradle publish
run: gradle -p core publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ef5de79

Please sign in to comment.