From 5d892be5650ca53caf17f199ac0ea647dc367544 Mon Sep 17 00:00:00 2001 From: Ayaka Date: Thu, 19 Dec 2024 09:55:47 +0000 Subject: [PATCH] Fix CI issue https://github.com/tencentyun/coscmd/issues/311 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6b51e2..74409e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - run: npm test - run: npm run build:cos - name: Install coscmd - run: sudo pip install coscmd + run: pip install coscmd - name: Configure coscmd run: coscmd config -a ${{ secrets.SecretId }} -s "${{ secrets.SecretKey }}" -b ${{ vars.BUCKET }} -r ${{ vars.REGION }} - name: Publish static files to COS