We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d4cb7 commit 61d4ee9Copy full SHA for 61d4ee9
.github/workflows/build.yml
@@ -35,9 +35,6 @@ jobs:
35
- name: Build
36
run: make zip
37
38
- - name: Copy libem_proxy-ios.a to old name
39
- run: cp target/libem_proxy-ios.a target/libem_proxy.a
40
-
41
- name: Upload to release
42
uses: IsaacShelton/update-existing-release@v1.3.1
43
with:
@@ -47,7 +44,7 @@ jobs:
47
44
files: |
48
45
em_proxy.xcframework.zip
49
46
em_proxy.h
50
- target/libem_proxy.a
51
- target/libem_proxy-sim.a
+ target/debug/libem_proxy-ios.a
+ target/debug/libem_proxy-sim.a
52
body: |
53
Commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
0 commit comments