Skip to content

Commit

Permalink
use nightly sdk for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Sep 19, 2023
1 parent 93cadb6 commit 5ac4d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
combine: true
sdk: 'nightly'

package:
name: Package builds
Expand All @@ -41,4 +42,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}
path: ${{ steps.build.outputs.build-output }}

0 comments on commit 5ac4d3e

Please sign in to comment.