feat: Upload a Build Artifact
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -21,6 +21,12 @@ jobs:
|
|||||||
- run: npm install -g @angular/cli
|
- run: npm install -g @angular/cli
|
||||||
- run: bash build.sh
|
- run: bash build.sh
|
||||||
|
|
||||||
|
- name: Upload a Build Artifact
|
||||||
|
uses: actions/upload-artifact@v2.1.4
|
||||||
|
with:
|
||||||
|
name: dist
|
||||||
|
path: ./dist/index/*
|
||||||
|
|
||||||
- name: SCP
|
- name: SCP
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user