Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 authored Jan 4, 2024
1 parent 2253e1b commit 24c5d34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- "main"

jobs:
build:
strategy:
Expand Down Expand Up @@ -40,12 +39,11 @@ jobs:
sdk: nightly
combine: true
target: ${{ matrix.config.target }}

package:
name: Package builds
runs-on: ubuntu-latest
needs: ['build']

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

0 comments on commit 24c5d34

Please sign in to comment.