Skip to content

Commit

Permalink
Trying to fix release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jun 3, 2021
1 parent 341dd27 commit 8295a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kicad-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
prerelease: false
- name: Build gerbers zip file
run: |
zip -r --junk-paths neotron-pico-gerbers-${{ github.ref }}.zip gerbers/
zip -r --junk-paths neotron-pico-gerbers-${{ github.ref }}.zip docs/gerbers/
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
neotron-pico-gerbers*.zip
pdfs/*.pdf
ibom/*.html
docs/pdfs/*.pdf
docs/ibom/*.html
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8295a1d

Please sign in to comment.