Skip to content

Commit

Permalink
Gradle scoping?
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent 02d7b6d commit 674b92b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Data Generation
run: ./gradlew runData
run: ./gradlew :neoforge-data:runData
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -64,9 +64,7 @@ jobs:
path: neoforge-main/src/generated/resources

- name: Game Tests
uses: gradle/gradle-build-action@v2
with:
arguments: runGameTestServer
run: ./gradlew :neoforge-main:runGameTestServer
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -102,7 +100,7 @@ jobs:
path: neoforge-main/src/generated/resources

- name: Publish
run: ./gradlew publish
run: ./gradlew :neoforge-main:publish
env:
VERSION: ${{ needs.vars.outputs.version }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
Expand Down

0 comments on commit 674b92b

Please sign in to comment.