mirror of https://github.com/statping/statping
GH action dist folder
parent
f172ff44e4
commit
93dc2221db
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue