Skip to content

Commit

Permalink
fix swift release with Sources folder (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh authored Nov 18, 2024
1 parent befec1e commit 970fbb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add walletkit-core/Cargo.toml
git add Cargo.lock
git commit -m "Bump crate version to ${{ steps.version.outputs.new_version }}"
git push
Expand Down Expand Up @@ -146,7 +147,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GIT_HUB_TOKEN }}
run: |
cp -r WalletKitCore.xcframework target-repo/
cp -r Sources/ target-repo/
cp -r Sources/ target-repo/Sources
cp Package.swift target-repo/
cd target-repo
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 970fbb5

Please sign in to comment.