diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 03bce80b..4718f3cf 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -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 diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 20312d59..4f01349a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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