Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxilin committed Jan 9, 2025
1 parent 6cc330e commit 3985478
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_node_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-[email protected]
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

0 comments on commit 3985478

Please sign in to comment.