Skip to content

Commit

Permalink
Actualizar gerber.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Supermanuu authored May 28, 2024
1 parent a7aa473 commit 8ca6e7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gerber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,27 @@ jobs:
uses: actions/upload-artifact@v4.3.3
with:
name: manufacturing.zip
if-no-files-found: error
path: "**.zip"

- name: Upload images
uses: actions/upload-artifact@v4.3.3
with:
name: images
if-no-files-found: error
path: "**.png"

- name: Upload BOM
uses: actions/upload-artifact@v4.3.3
with:
name BOM
if-no-files-found: error
path: "**.html"

- name: Upload pdf schematic
uses: actions/upload-artifact@v4.3.3
with:
name: schematic
if-no-files-found: error
path: "**.pdf"

0 comments on commit 8ca6e7f

Please sign in to comment.