From 398547820e7dd1cc9500c531ad0f72978c2c95ef Mon Sep 17 00:00:00 2001 From: sunxilin Date: Thu, 9 Jan 2025 21:45:39 +0800 Subject: [PATCH] chore: test --- .github/workflows/build_node_shared.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_node_shared.yml b/.github/workflows/build_node_shared.yml index 51f0f1616..b05c103a7 100644 --- a/.github/workflows/build_node_shared.yml +++ b/.github/workflows/build_node_shared.yml @@ -35,10 +35,9 @@ jobs: # make -j$(nproc) - name: Upload to Google drive - uses: adityak74/google-drive-upload-git-action@main + uses: Fork-on-the-Table-Collective/upload-to-download-from-gdrive@v2.0.0 with: credentials: ${{ secrets.GOOGLE_DRIVE_CREDENTIALS }} - filename: "LICENSE" - folderId: "aaa" - name: "node-shared-${{ matrix.compiler }}.zip" # optional string - overwrite: "true" # optional boolean + actionType: upload + localPath: ./LICENSE + googleFolderId: aaa