Skip to content

Commit

Permalink
Update c-cdpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Feb 6, 2024
1 parent d0c6bb6 commit 9c1217b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/c-cdpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test the action
name: Build Geode Mod

on:
workflow_dispatch:
Expand All @@ -14,32 +14,32 @@ jobs:
config:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32
# - name: macOS
# os: macos-latest

- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v3
with:
repository: geode-sdk/DevTools
path: DevTools
- uses: actions/checkout@v4

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

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

Expand Down

0 comments on commit 9c1217b

Please sign in to comment.