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
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-frontend
|
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:
|
test:
|
||||||
needs: compile
|
needs: compile
|
||||||
|
@ -114,7 +116,9 @@ jobs:
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-frontend
|
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
|
- name: Install Statping
|
||||||
run: |
|
run: |
|
||||||
|
@ -186,7 +190,9 @@ jobs:
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: static-frontend
|
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
|
- name: Build Binaries
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue