mirror of https://github.com/statping/statping
action fix
parent
518777503f
commit
92d2ae19dc
|
@ -49,9 +49,9 @@ jobs:
|
|||
|
||||
- name: Upload Compiled Frontend (rice-box.go)
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: static-rice-box
|
||||
path: ./source
|
||||
with:
|
||||
name: static-rice-box
|
||||
path: ./source
|
||||
|
||||
- name: Upload frontend CSS to CDN
|
||||
uses: jakejarvis/s3-sync-action@master
|
||||
|
|
|
@ -44,9 +44,9 @@ jobs:
|
|||
|
||||
- name: Upload Compiled Frontend (rice-box.go)
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: static-rice-box
|
||||
path: ./source
|
||||
with:
|
||||
name: static-rice-box
|
||||
path: ./source
|
||||
|
||||
- name: Upload frontend assets to CDN
|
||||
uses: jakejarvis/s3-sync-action@master
|
||||
|
|
Loading…
Reference in New Issue