Skip to content

Commit

Permalink
Use Sapphire SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 12, 2023
1 parent 7dd7afb commit 5fb291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
uses: cvolton/build-geode-mod@main
with:
combine: true
sdk: 'nightly'
Expand All @@ -36,7 +36,7 @@ jobs:
needs: ['build']

steps:
- uses: geode-sdk/build-geode-mod@combine
- uses: cvolton/build-geode-mod@combine
id: build

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5fb291b

Please sign in to comment.