Skip to content

Commit 61d4ee9

Browse files
committed
[Build] fix: Remove old named file, just upload new
1 parent 49d4cb7 commit 61d4ee9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Build
3636
run: make zip
3737

38-
- name: Copy libem_proxy-ios.a to old name
39-
run: cp target/libem_proxy-ios.a target/libem_proxy.a
40-
4138
- name: Upload to release
4239
uses: IsaacShelton/update-existing-release@v1.3.1
4340
with:
@@ -47,7 +44,7 @@ jobs:
4744
files: |
4845
em_proxy.xcframework.zip
4946
em_proxy.h
50-
target/libem_proxy.a
51-
target/libem_proxy-sim.a
47+
target/debug/libem_proxy-ios.a
48+
target/debug/libem_proxy-sim.a
5249
body: |
5350
Commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}

0 commit comments

Comments
 (0)