Will you work please?

Nathan Sobo created

Change summary

.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -47,7 +47,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Create app bundle
-        run: script/bundle
+        run: bash ./script/bundle
 
       - name: Upload app bundle to workflow run
         uses: actions/upload-artifact@v2