From 24d89b1bce2641bd1281cbf8f78d6aeadd5428f9 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jan 2022 15:06:33 +0800 Subject: [PATCH] action debug --- .github/workflows/release.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce2da979..3c8f7f92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,6 +74,17 @@ jobs: go get github.com/go-bindata/go-bindata/... go get github.com/elazarl/go-bindata-assetfs/... - - name: Make Artifact + - name: Make Artifacts run: | make artifacts + + - name: Push to China Mainland + uses: nogsantos/scp-deploy@master + run: | + with: + src: ./dist/release/* + host: ${{ secrets.BJ_SSH_HOST }} + remote: ${{ secrets.BJ_SSH_PATH }} + port: ${{ secrets.BJ_SSH_PORT }} + user: ${{ secrets.BJ_SSH_USER }} + key: ${{ secrets.BJ_SSH_KEY }}