Skip to content

Commit

Permalink
Corrected zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Jun 15, 2021
1 parent 213ee92 commit d23cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
xcodebuild -scheme Branch-static-xcframework
cd build
zip -rqy Branch-static.zip Branch.xcframework/
zip -rqy Branch_static.zip Branch.xcframework/
echo '#checksum for Branch-static.zip on Github' > checksum.txt
shasum Branch_static.zip >> checksum_static
- name: Upload build artifacts
Expand Down

0 comments on commit d23cd61

Please sign in to comment.