]> git.earman.xyz Git - sensor-watch.git/commitdiff
watch.html renamed to firmware.html
authorjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 22:27:43 +0000 (18:27 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 22:27:43 +0000 (18:27 -0400)
.github/workflows/build.yml

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