Skip to content

Commit

Permalink
remove failing command
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Oct 15, 2024
1 parent 3226589 commit 3233933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3233933

Please sign in to comment.