Skip to content

Commit

Permalink
chore(#891): Edited Git Actions for Swift Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi Dey authored and Ayushi Dey committed Mar 28, 2024
1 parent 33936dd commit ffa358a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ios-artefact-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ jobs:
swift package init --type library
rm -rf /ios-tuvali-library
# - name: Move required files
# run: |
# cp -R ./ios/Wallet ./ios-tuvali-library/Sources/ios-tuvali-library
# cp -R ./ios/ble ./ios-tuvali-library/Sources/ios-tuvali-library
# cp -R ./ios/crypto ./ios-tuvali-library/Sources/ios-tuvali-library
# cp -R ./ios/common ./ios-tuvali-library/Sources/ios-tuvali-library
# cd ios-tuvali-library/Sources/ios-tuvali-library
# ls

- name: Edit Package.swift
run: |
cp ./artefacts/tuvali-ios-artefact/Package.swift ./ios-tuvali-library/Package.swift
Expand All @@ -74,6 +65,14 @@ jobs:
brew install zlib
swift build -c debug -Xlinker -L/usr/local/lib
- name: Move required files
run: |
cp -R ./ios/Wallet ./ios-tuvali-library/Sources/ios-tuvali-library
cp -R ./ios/ble ./ios-tuvali-library/Sources/ios-tuvali-library
cp -R ./ios/crypto ./ios-tuvali-library/Sources/ios-tuvali-library
cp -R ./ios/common ./ios-tuvali-library/Sources/ios-tuvali-library
cd ios-tuvali-library/Sources/ios-tuvali-library
ls
# - name: Install npm dependencies
# run: |
Expand Down

0 comments on commit ffa358a

Please sign in to comment.