Skip to content

Commit

Permalink
WF upload only Gerber Zip?
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Apr 18, 2022
1 parent 4328dab commit 196e3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "Fabrication_temp/*, *.kicad_sch, *.kicad_pcb, Gerber/Gerber/* " # Fabrication_temp/BoM/*ibom*, *.kicad_sch, Gerber.zip, *.kicad_pcb, Fabrication_temp/3D/*.step, Fabrication_temp/PCB/blue/*"
artifacts: "Fabrication_temp/*, *.kicad_sch, *.kicad_pcb, Gerber/*Gerber.zip " # Fabrication_temp/BoM/*ibom*, *.kicad_sch, Gerber.zip, *.kicad_pcb, Fabrication_temp/3D/*.step, Fabrication_temp/PCB/blue/*"
bodyFile: "docs/release_note.md"
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 196e3ba

Please sign in to comment.