Skip to content

Commit

Permalink
who told you to use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jul 3, 2024
1 parent 80b1437 commit 2d146fc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "v6"
- "**"

jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
config:
- name: Windows
os: windows-latest

# - name: macOS
# os: macos-latest

Expand All @@ -30,15 +30,16 @@ jobs:
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
bindings: geode-sdk/bindings
bindings-ref: main
combine: true
sdk: nightly
target: ${{ matrix.config.target }}

package:
name: Package builds
runs-on: ubuntu-latest
Expand All @@ -48,7 +49,7 @@ jobs:
- uses: geode-sdk/build-geode-mod/combine@main
id: build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}

0 comments on commit 2d146fc

Please sign in to comment.