Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 20, 2024
2 parents 2859bcd + 4fa36f4 commit 935b8c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: android
os: ubuntu-latest

Expand All @@ -29,7 +26,7 @@ jobs:
uses: cvolton/build-geode-mod@main
with:
combine: true
sdk: 'latest'
sdk: '2.0.0'

package:
name: Package builds
Expand All @@ -43,4 +40,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 935b8c6

Please sign in to comment.