Skip to content

Commit

Permalink
update action to also fetch pro
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 10, 2024
1 parent 3db14e8 commit 601824f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Checkout Pro
uses: actions/checkout@v4
with:
repository: HJfod/BetterEditPro
path: BetterEdit/pro
ref: v6

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
Expand Down

0 comments on commit 601824f

Please sign in to comment.