Commit 226ebdc4c5a7

Vincent Demeester <vincent@sbr.pm>
2025-11-19 23:08:09
fix(ci): Remove incorrect directory change in moonlander workflow
- Ensure workflow runs from repository root as intended - Fix regression from previous Makefile refactoring Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e6308fb
Changed files (1)
.github/workflows/build-keyboard-moonlander.yaml
@@ -32,7 +32,6 @@ jobs:
           nix_path: nixpkgs=channel:nixos-unstable
       - name: Build moonlander firmware
         run: |
-          cd keyboards/moonlander
           make moonlander/update moonlander/build
       - name: Upload firmware artifacts
         uses: actions/upload-artifact@v5