Skip to content

Commit

Permalink
Copy generated SDK over
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 6, 2024
1 parent a851a97 commit 95599fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: |
git config --global user.name 'iamacook'
git config --global user.email '[email protected]'
git clone https://github.com/5afe/${{ env.REPO_NAME }}.git cloned-repo
git clone https://github.com/5afe/cgw-sdk cloned-repo
mkdir -p cloned-repo/dist
cp -r dist/sdk/* temp/dist/
cd cloned-repo
git add .
git commit -m "Update SDK according to ${{ github.sha }}"
Expand Down

0 comments on commit 95599fb

Please sign in to comment.