Skip to content

Commit

Permalink
ok ig
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Feb 14, 2024
1 parent 5597120 commit ee15a7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: false
matrix:
config:
#- name: Windows
#os: windows-latest
- name: Windows
os: windows-latest

#- name: macOS
#os: macos-latest
- name: macOS
os: macos-latest

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

- name: Android64
os: ubuntu-latest
Expand Down Expand Up @@ -50,7 +50,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 ee15a7c

Please sign in to comment.