From 7c700c7922a18b2babf1418b07fcff249f8e9359 Mon Sep 17 00:00:00 2001 From: iamacook Date: Tue, 6 Aug 2024 16:56:18 +0200 Subject: [PATCH] Fix location of generated SDK --- .github/workflows/sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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