Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jul 3, 2024
1 parent ab3d2f8 commit 4b243d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'APDevTeam/Movecraft-Combat'
path: Movecraft-Combat
path: ../Movecraft-Combat
ref: 'main'
- name: Checkout Movecraft-WorldGuard
uses: actions/checkout@v3
with:
repository: 'APDevTeam/Movecraft-WorldGuard'
path: Movecraft-WorldGuard
path: ../Movecraft-WorldGuard
ref: 'main'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
Expand All @@ -48,13 +48,13 @@ jobs:

# Build Movecraft-Combat
- name: Build Movecraft-Combat
run: mvn -B package -T 1C --file Movecraft-Combat/pom.xml
run: mvn -B package -T 1C --file ../Movecraft-Combat/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Build Movecraft-WorldGuard
- name: Build Movecraft-WorldGuard
run: mvn -B package -T 1C --file Movecraft-WorldGuard/pom.xml
run: mvn -B package -T 1C --file ../Movecraft-WorldGuard/pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -67,4 +67,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: AP-Turrets_Dev-Build
path: staging/AP-Turrets_*.jar
path: staging/AP-Turrets_*.jar

0 comments on commit 4b243d4

Please sign in to comment.