Skip to content

Commit

Permalink
Fix issue with old files not being deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Jul 9, 2024
1 parent b447426 commit 2464ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
repository: ${{ github.event.client_payload.source_repo }}
run-id: ${{ github.event.client_payload.run_id }}

- name: Remove old SplineRuntime.xcframework
run: rm -rf SplineRuntime.xcframework

- name: Unzip SplineRuntime.xcframework
run: unzip -o SplineRuntime_${{ github.event.client_payload.version }}.zip

Expand Down

0 comments on commit 2464ed9

Please sign in to comment.