Skip to content

Commit

Permalink
Forgot the yaml exists
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Dec 17, 2024
1 parent 6b62321 commit 0b63320
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,6 @@ jobs:
name: funkin-rewritten-win64
path: build/win64

win32:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4.2.2

- name: Setup love-11.4-win32
run: |
curl -L --remote-name https://github.com/love2d/love/releases/download/11.4/love-11.4-win32.zip
unzip love-11.4-win32.zip -d resources/win32
mv resources/win32/love-11.4-win32 resources/win32/love
- name: Build
run: |
make win32
- name: Upload
uses: actions/upload-artifact@v4
with:
name: funkin-rewritten-win32
path: build/win32

macos:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 0b63320

Please sign in to comment.