Skip to content

Commit

Permalink
[Build] fix: Remove old named file, just upload new
Browse files Browse the repository at this point in the history
  • Loading branch information
nythepegasus committed Dec 8, 2024
1 parent 49d4cb7 commit 61d4ee9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ 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 @@ -47,7 +44,7 @@ jobs:
files: |
em_proxy.xcframework.zip
em_proxy.h
target/libem_proxy.a
target/libem_proxy-sim.a
target/debug/libem_proxy-ios.a
target/debug/libem_proxy-sim.a
body: |
Commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}

0 comments on commit 61d4ee9

Please sign in to comment.