Skip to content

Commit

Permalink
woah another update already?!
Browse files Browse the repository at this point in the history
  • Loading branch information
SCZSkyward authored Feb 13, 2024
1 parent a6b92d9 commit 9d42e68
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- '**'
- "**"

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

- name: macOS
os: macos-latest

Expand All @@ -30,25 +30,24 @@ 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:
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
- 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 9d42e68

Please sign in to comment.