Update build.yml

This commit is contained in:
禾几海
2020-08-27 21:24:37 +08:00
committed by GitHub
parent ab6d056d3a
commit 6ea2f792db

View File

@@ -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: production
path: ./dist/index/index.tar
- name: SCP
uses: appleboy/scp-action@master
with: