We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7d6da commit a03b92fCopy full SHA for a03b92f
.github/workflows/build.yml
@@ -24,11 +24,11 @@ jobs:
24
- name: Compile palera1nLoader
25
run: |
26
make package PLATFORM=iphoneos PACKAGE_NAME=palera1nLoader
27
-
28
- - name: Compile palera1nLoaderTV
29
- run: |
30
make package PLATFORM=appletvos PACKAGE_NAME=palera1nLoaderTV
31
+ - name: Compress Headers
+ run: zip -r packages/patched_headers.zip apple-include-iphoneos apple-include-appletvos
+
32
- name: Upload artifact
33
uses: wangyucode/sftp-upload-action@v1.4.8
34
with:
0 commit comments