diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index c30f33e977..f4713c3425 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -25,7 +25,7 @@ jobs: git config --global user.email 'aaron@safe.global' 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://$PERSONAL_ACCESS_TOKEN@github.com/5afe/cgw-sdk.git