Skip to content

Commit

Permalink
ci: fix signature resource lost while using content of zip (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao authored Apr 23, 2024
1 parent 3ce88fc commit 74fca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release_with_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
cd ./generate
tar -czvf GrowingAnalytics.xcframework.tar.gz ./Release
zip -r GrowingAnalytics.xcframework.zip ./Release
zip -r -y GrowingAnalytics.xcframework.zip ./Release
- name: Release
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_release_without_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
cd ./generate
tar -czvf GrowingAnalytics.xcframework.tar.gz ./Release
zip -r GrowingAnalytics.xcframework.zip ./Release
zip -r -y GrowingAnalytics.xcframework.zip ./Release
- name: Release
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 74fca45

Please sign in to comment.