We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fe79f commit b12c337Copy full SHA for b12c337
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: mkdir -p Payload
35
36
- name: Copy App to Payload
37
- run: cp -R build/StosVPN.xcarchive/Products/Applications/StosVPN.app Payload/
+ run: cp -R build/StosVPN.xcarchive/Products/Applications/StosVPN.app Payload/StosVPN.app
38
39
- name: Find and Sign App Extension
40
run: |
@@ -58,7 +58,7 @@ jobs:
58
- name: Create IPA
59
60
cd Payload
61
- zip -r ../StosVPN-fakesigned.ipa .
+ zip -r ../StosVPN-fakesigned.ipa Payload
62
cd .. # Go back to the root directory
63
64
- name: Upload IPA Artifact
.gitignore
@@ -1,2 +1,4 @@
1
*.ipa
2
-/build
+/build
3
+
4
+**/.DS_Store
0 commit comments