Skip to content

Commit

Permalink
Fix location of generated SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Aug 6, 2024
1 parent 9cae67a commit 7c700c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.email '[email protected]'
git clone https://github.com/5afe/cgw-sdk
cd cgw-sdk
cp -r ./dist/sdk/* cgw-sdk
cp -r dist/sdk/* cgw-sdk
git add .
git commit -m "Update SDK according to ${{ github.sha }}"
git push https://[email protected]/5afe/cgw-sdk.git

0 comments on commit 7c700c7

Please sign in to comment.