Skip to content

Commit

Permalink
[build] temporary fix for SideStore build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
amsam0 committed Mar 4, 2023
1 parent f61b8f8 commit 91be9a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Build
run: make zip

- name: Copy libem_proxy-ios.a to old name
run: cp target/libem_proxy-ios.a target/libem_proxy.a

- name: Upload to release
uses: IsaacShelton/[email protected]
with:
Expand All @@ -43,5 +46,8 @@ jobs:
tag: "build"
files: |
em_proxy.xcframework.zip
em_proxy.h
target/libem_proxy.a
target/libem_proxy-sim.a
body: |
Commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}

0 comments on commit 91be9a4

Please sign in to comment.