GH action dist folder

pull/508/head
hunterlong 2020-04-17 02:07:25 -07:00
parent f172ff44e4
commit 93dc2221db
1 changed files with 9 additions and 3 deletions

View File

@ -67,7 +67,9 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: static-frontend
path: /home/runner/work/statping/statping/source/rice-box.go
path: |
/home/runner/work/statping/statping/source/dist
/home/runner/work/statping/statping/source/rice-box.go
test:
needs: compile
@ -114,7 +116,9 @@ jobs:
uses: actions/download-artifact@v1
with:
name: static-frontend
path: /home/runner/work/statping/statping/source/rice-box.go
path: |
/home/runner/work/statping/statping/source/dist
/home/runner/work/statping/statping/source/rice-box.go
- name: Install Statping
run: |
@ -186,7 +190,9 @@ jobs:
uses: actions/download-artifact@v1
with:
name: static-frontend
path: /home/runner/work/statping/statping/source/rice-box.go
path: |
/home/runner/work/statping/statping/source/dist
/home/runner/work/statping/statping/source/rice-box.go
- name: Build Binaries
env: