action fix

pull/773/head
hunterlong 2020-07-26 13:07:09 -07:00
parent 518777503f
commit 92d2ae19dc
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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