From dce6caf88e5615d353604e951b85e212bb74ecb4 Mon Sep 17 00:00:00 2001
From: Rolf Martin Glomsrud <54860401+polsevev@users.noreply.github.com>
Date: Thu, 23 Nov 2023 20:39:43 +0100
Subject: [PATCH] Update main.yml

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

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 68c3e58..404d832 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
           cp index.html transport/
           cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.d transport/
           cp target/wasm32-unknown-unknown/release/BeepSortMacroQuad.wasm transport/
-      -name: ls
+      - name: ls
         run: ls
       - name: rsync files
         uses: burnett01/rsync-deployments@5.2