Skip to content

Commit

Permalink
Add build steps for new extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Dec 27, 2024
1 parent e7d07f0 commit 2022eb2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-jars-on-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
extension: CitizensExtension


build-extension-combat-log-x:
name: Build CombatLogX Extension
uses: ./.github/workflows/build-extension.yml
Expand All @@ -38,6 +37,18 @@ jobs:
with:
extension: MythicMobsExtension

build-extension-quest:
name: Build Quest Extension
uses: ./.github/workflows/build-extension.yml
with:
extension: QuestExtension

build-extension-road-network:
name: Build RoadNetwork Extension
uses: ./.github/workflows/build-extension.yml
with:
extension: RoadNetworkExtension

build-extension-rpg-regions:
name: Build RPGRegions Extension
uses: ./.github/workflows/build-extension.yml
Expand Down

0 comments on commit 2022eb2

Please sign in to comment.