From 13c0529def9cde25abe45b6d213c8ec2db51915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Sun, 13 Sep 2020 15:40:37 +0800 Subject: [PATCH] feat: Upload a Build Artifact --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 953b5c5..303e2df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,12 @@ jobs: - run: npm install -g @angular/cli - run: bash build.sh + - name: Upload a Build Artifact + uses: actions/upload-artifact@v2.1.4 + with: + name: dist + path: ./dist/index/* + - name: SCP uses: appleboy/scp-action@master with: