]> git.earman.xyz Git - sensor-watch.git/commitdiff
remove failing command
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 15 Oct 2024 01:17:10 +0000 (21:17 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 15 Oct 2024 01:17:10 +0000 (21:17 -0400)
.github/workflows/build.yml

index e6ee78812a7344815debb240d4ff78e068f89c42..1ae04d9be875b38e38bd0039bd6336d80f0e93b7 100644 (file)
@@ -43,8 +43,7 @@ jobs:
       - name: Archive simulator build
         working-directory: 'movement/make/build-sim'
         run: |
-          cp firmware.html index.html
-          tar -czf movement.tar.gz index.html watch.wasm watch.js
+          tar -czf movement.tar.gz index.html firmware.wasm firmware.js
       - name: Upload simulator build
         uses: actions/upload-artifact@v4
         with: