diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81af490..65b504c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,13 +3,13 @@ on: [push] jobs: deploy: runs-on: ubuntu-latest - name: Tencent Cloudbase Github Action Example + name: Deploy to BNCloud steps: - name: Checkout uses: actions/checkout@v2 - name: Deploy static to Tencent CloudBase id: deployStatic - uses: TencentCloudBase/cloudbase-action@v1.1.0 + uses: TencentCloudBase/cloudbase-action@v1.1.1 with: secretId: ${{ secrets.SECRET_ID }} secretKey: ${{ secrets.SECRET_KEY }} diff --git a/WebassemblyBN.jar b/WebassemblyBN.jar index 532b8cb..d8aa8c9 100644 Binary files a/WebassemblyBN.jar and b/WebassemblyBN.jar differ