Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 10, 2024
1 parent 8730654 commit 5926d1c
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,16 @@ jobs:
matrix:
config:
- name: Standalone
ci: ci-standalone.yml
os: windows-latest
- name: Geode
ci: ci-geode.yml
os: windows-latest

name: OpenHack Build
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Standalone
if: matrix.config.name == 'Standalone'
uses: ./.github/workflows/ci-standalone.yml

- name: Geode
if: matrix.config.name == 'Geode'
uses: ./.github/workflows/ci-geode.yml

- uses: prevter/openhack/.github/workflows/${{ matrix.config.ci }}@lemonade

package:
name: Create nigtly release
Expand Down

0 comments on commit 5926d1c

Please sign in to comment.