Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 authored Jun 8, 2024
1 parent 6593b48 commit 9246157
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
#uses: geode-sdk/build-geode-mod@main
uses: geode-sdk/build-geode-mod@main
with:
sdk: nightly
cli: 'v3.0.0-beta.1'
sdk: 'nightly'
#cli: 'v3.0.0-beta.1'
combine: true
target: ${{ matrix.config.target }}

Expand All @@ -49,8 +49,7 @@ jobs:
runs-on: ubuntu-latest
needs: ['build']
steps:
#- uses: geode-sdk/build-geode-mod@combine
- uses: geode-sdk/build-geode-mod/combine@main
- uses: geode-sdk/build-geode-mod@combine
id: build

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

0 comments on commit 9246157

Please sign in to comment.