Skip to content

Commit d24ae46

Browse files
committed
get rid of build_xcframeworks
1 parent aa99d61 commit d24ae46

File tree

2 files changed

+0
-150
lines changed

2 files changed

+0
-150
lines changed

.github/workflows/primary.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -46,39 +46,3 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- name: Lint Podspec
4848
run: pod lib lint --allow-warnings
49-
50-
xcframework:
51-
name: XCFramework
52-
runs-on: macOS-14
53-
steps:
54-
- uses: actions/checkout@v4
55-
56-
- name: Build XCFramework
57-
run: ci/build_xcframework.sh
58-
59-
- uses: actions/upload-artifact@v4
60-
with:
61-
name: PocketSVG.xcframework
62-
path: derived_data/xcframework/PocketSVG.xcframework
63-
retention-days: 5
64-
65-
create-release:
66-
name: Make release
67-
runs-on: macOS-13
68-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') # only if tag is pushed
69-
needs: [primary, cocoapods, spm, xcframework]
70-
steps:
71-
- uses: actions/checkout@v4
72-
73-
- uses: actions/download-artifact@v4
74-
with:
75-
name: PocketSVG.xcframework
76-
path: PocketSVG.xcframework
77-
78-
- name: Make release
79-
run: |
80-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
81-
TAG_NAME=${GITHUB_REF#refs/*/}
82-
zip -r9 "PocketSVG.xcframework.zip" "PocketSVG.xcframework"
83-
gh release create $TAG_NAME --notes ""
84-
gh release upload $TAG_NAME PocketSVG.xcframework.zip

ci/build_xcframework.sh

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)