Skip to content

Commit

Permalink
1.7.4 (#5)
Browse files Browse the repository at this point in the history
* Add chamfer to corners

* Change line with of the part dimentsions to 0.1 mm

* Add teardrops

* Added peizo driver high voltage warning

* Add PCBA variant

* Cleaned up labels

* Create individual gerber files for all variants to make sure DNP parts are not included in the mask layer
  • Loading branch information
PatrickBaus authored Oct 18, 2024
1 parent b46257e commit ce003ad
Show file tree
Hide file tree
Showing 5 changed files with 8,789 additions and 810 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [ERC, DRC]
strategy:
matrix:
variant: [ 'default' , 'curr_mod']
variant: [ 'default' , 'curr_mod', 'PCBA' ]
steps:
- name: Download repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
if: github.event.action == 'published'
strategy:
matrix:
variant: [ 'default' , 'curr_mod' ]
variant: [ 'default' , 'curr_mod', 'PCBA' ]
steps:
- name: Download manufacturing files artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -223,10 +223,10 @@ jobs:
shell: bash

- name: Append Gerber files as asset
if: github.event.action == 'published' && matrix.variant == 'default'
if: github.event.action == 'published'
run: |
mv "./manufacturing_files/gerbers_(${{ matrix.variant }}).zip" ${{ needs.tests.outputs.basename }}_gerber_${{ needs.tests.outputs.revision }}_all.zip
gh release upload ${{ github.ref_name }} ${{ needs.tests.outputs.basename }}_gerber_${{ needs.tests.outputs.revision }}_all.zip#"Gerber files for all variants (zip)" --repo ${{ github.repository }}
mv "./manufacturing_files/gerbers_(${{ matrix.variant }}).zip" ${{ needs.tests.outputs.basename }}_gerber_${{ needs.tests.outputs.revision }}_${{ matrix.variant }}.zip
gh release upload ${{ github.ref_name }} ${{ needs.tests.outputs.basename }}_gerber_${{ needs.tests.outputs.revision }}_all.zip#"Gerber files for the ${{ matrix.variant }} variant (zip)" --repo ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
Loading

0 comments on commit ce003ad

Please sign in to comment.