index.html -> firmware.html

This commit is contained in:
Jose Castillo 2024-10-27 14:13:19 -04:00 committed by GitHub
parent 94d8a581d9
commit 20b4eb70ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
- name: Archive simulator build
working-directory: 'movement/make/build-sim'
run: |
tar -czf movement.tar.gz index.html firmware.wasm firmware.js
tar -czf movement.tar.gz firmware.html firmware.wasm firmware.js
- name: Upload simulator build
uses: actions/upload-artifact@v4
with: