Skip to content

Commit a03b92f

Browse files
committed
chore: upload Xcode 15.4 headers in action
1 parent 6a7d6da commit a03b92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Compile palera1nLoader
2525
run: |
2626
make package PLATFORM=iphoneos PACKAGE_NAME=palera1nLoader
27-
28-
- name: Compile palera1nLoaderTV
29-
run: |
3027
make package PLATFORM=appletvos PACKAGE_NAME=palera1nLoaderTV
3128
29+
- name: Compress Headers
30+
run: zip -r packages/patched_headers.zip apple-include-iphoneos apple-include-appletvos
31+
3232
- name: Upload artifact
3333
uses: wangyucode/sftp-upload-action@v1.4.8
3434
with:

0 commit comments

Comments
 (0)