Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxilin committed Jan 10, 2025
1 parent 21e8da7 commit 91d8faa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_node_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:
./configure --shared
make -j$(nproc)
cd out/Release
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127
- name: Upload to Google drive
uses: adityak74/google-drive-upload-git-action@main
with:
credentials: ${{ secrets.GOOGLE_DRIVE_CREDENTIALS }}
filename: "out/Release/libnode.so.127"
filename: "out/Release/node-shared-linux-x64-${{ matrix.compiler }}.zip"
folderId: 1bx5PZxTkXM2RCEEGgb556juRMGM-SAwa
name: "node-shared-linux-${{ matrix.compiler }}-debug.zip"
name: "node-shared-linux-x64-${{ matrix.compiler }}.zip"
overwrite: "true"

0 comments on commit 91d8faa

Please sign in to comment.