Skip to content

Commit

Permalink
update AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Nov 8, 2024
1 parent d3efdbb commit db8f18c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
make win64
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funkin-rewritten-win64
path: build/win64
Expand All @@ -50,7 +50,7 @@ jobs:
make win32
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funkin-rewritten-win32
path: build/win32
Expand All @@ -71,7 +71,7 @@ jobs:
make macos
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funkin-rewritten-macos
path: build/macos
Expand All @@ -88,7 +88,7 @@ jobs:
make lovefile
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: funkin-rewritten-lovefile
path: build/lovefile

0 comments on commit db8f18c

Please sign in to comment.