Skip to content

Commit

Permalink
remove -j for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 4, 2024
1 parent 47c4f2a commit d9ce645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atopile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
run: |
cd ecad
# zip all files which match box-emu.* or box-emu-gerbers*.zip
zip -j -r box-emu.zip build/box-emu.* build/box-emu-gerbers*.zip kibot-box-emu/*
zip -r box-emu.zip build/box-emu.* build/box-emu-gerbers*.zip kibot-box-emu/*
cd ..
- name: Zip up box-3-emu files in the build output directory
run: |
cd ecad
# zip all files which match box-3-emu.* or box-3-emu-gerbers*.zip
zip -j -r box-3-emu.zip build/box-3-emu.* build/box-3-emu-gerbers*.zip kibot-box-3-emu/*
zip -r box-3-emu.zip build/box-3-emu.* build/box-3-emu-gerbers*.zip kibot-box-3-emu/*
cd ..
- name: Upload Box-3-Emu
Expand Down

0 comments on commit d9ce645

Please sign in to comment.