Skip to content

Commit

Permalink
Update printable_files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik authored Aug 30, 2023
1 parent f85ad5f commit 7fb4106
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/printable_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,9 @@ jobs:
run: |
cd CAD/src/printplate; make
- name: Upload a AMF Artifact
uses: actions/[email protected]
with:
name: 'render_amf'
path: './**/*.amf'

- name: 'Anonymize gcode'
run: |
for f in CAD/gcode/*.gcode; do sed -e 's/; .*$//g' -e '/^$/d' -i $f; done
#- name: 'Anonymize gcode'
# run: |
# for f in CAD/gcode/*.gcode; do sed -e 's/; .*$//g' -e '/^$/d' -i $f; done

- name: Upload gcodes
uses: MLAB-project/push-generated-file@master
Expand Down

0 comments on commit 7fb4106

Please sign in to comment.