From 78275e3761531db727429427ec637ac771b6a195 Mon Sep 17 00:00:00 2001
From: hunterlong <info@socialeck.com>
Date: Sun, 26 Jul 2020 13:01:03 -0700
Subject: [PATCH] actions fix

---
 .github/workflows/dev.yml    | 8 ++++----
 .github/workflows/master.yml | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 40b763c3..91d4da51 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -49,10 +49,10 @@ 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
           with:
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 4f01349a..20312d59 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