Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Apr 27, 2024
1 parent e49614a commit 030bd2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: macOS-latest

steps:
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Checkout code
uses: actions/checkout@v2

Expand All @@ -20,7 +25,7 @@ jobs:
./ipabuild.sh
- name: Upload IPA artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AnimeGen-IPA
path: build/AnimeGen.ipa

0 comments on commit 030bd2c

Please sign in to comment.