Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghiNV committed Dec 29, 2021
1 parent eb413d9 commit 6d5e82f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
TERM=xterm bash gerberzip.sh -n nanosaur-gerber.zip
echo "--docs/docs/pdf"
cd docs/docs/pdf
ls -la
sudo mv combined.pdf nanosaur-schematic.pdf
echo "Rename combined.pdf"
sudo mv docs/docs/pdf/combined.pdf docs/docs/pdf/nanosaur-schematic.pdf
- name: upload results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6d5e82f

Please sign in to comment.