Skip to content

Commit

Permalink
chore: More GHA fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 14, 2025
1 parent 2be20c8 commit 403cd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-latest
container:
image: docker.io/setsoft/kicad_auto:dev_k6
image: ghcr.io/inti-cmnb/kicad8_auto:dev
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run kibot
run: kibot -vvv
- name: Archive Gerber ZIP
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jlc
path: JLCPCB/zmk-uno-JLCPCB.zip
Expand Down

0 comments on commit 403cd77

Please sign in to comment.