From: joeycastillo Date: Tue, 15 Oct 2024 01:17:10 +0000 (-0400) Subject: remove failing command X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=323393355c83a5d6db7523e41bac592ca276d370;p=sensor-watch.git remove failing command --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6ee788..1ae04d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: