From 13f1a558ddd431ddafbf3f46e96e2d917d788c27 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Sat, 10 Jan 2026 15:34:37 -0500 Subject: [PATCH] fix spelling error --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7c2bfb..d1084f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,4 +59,4 @@ jobs: - name: Release the Package uses: softprops/action-gh-release@v1 with: - files: monocoque-${{ matirx.os }}.deb + files: monocoque-${{ matrix.os }}.deb