Skip to content

Commit

Permalink
Fix framwork artifact name in code sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed May 3, 2024
1 parent 60804ea commit f983483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
codesign -s "iPhone Distribution: Blazej SLEBODA (43VBDTY4E3)" \
--force \
--deep \
-- .xcframwork/UIViewKit.xcframework
-- .xcframework/UIViewKit.xcframework
- uses: actions/upload-artifact@v4
with:
name: Upload UIViewKit.xcframework to Release Assets
Expand Down

0 comments on commit f983483

Please sign in to comment.