Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Jun 8, 2024
1 parent 3700a34 commit 81188c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: '3.0.0-alpha.1'
cli: '3.0.0-alpha.1'
combine: true
target: ${{ matrix.config.target }}

Expand All @@ -49,9 +51,6 @@ jobs:
steps:
- uses: geode-sdk/build-geode-mod/combine@main
id: build
with:
sdk: 'nightly'
cli: 'nightly'

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 81188c9

Please sign in to comment.