Skip to content

Commit 61e95f0

Browse files
committed
revert: debug release upload
1 parent 47a6e5d commit 61e95f0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ jobs:
1717

1818
- uses: actions/checkout@v3
1919

20-
- name: debug
21-
run: echo data > WireGuardKit.zip && echo 123 > WireGuardKit.sha256
20+
- name: Build WireGuardKitGo
21+
run: make wg-go-all
22+
23+
- name: Create XCFramework
24+
uses: unsignedapps/[email protected]
25+
with:
26+
platforms: ios
27+
xcconfig: wg-go.xcconfig
2228

2329
- uses: ncipollo/[email protected]
2430
with:

0 commit comments

Comments
 (0)