From 759629d0546a2d3a627a3a8dff520b5dacb03112 Mon Sep 17 00:00:00 2001 From: Bryan Kneis Date: Wed, 15 Jan 2025 14:33:18 +0000 Subject: [PATCH] Fix typo --- .github/workflows/flatpak.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yaml b/.github/workflows/flatpak.yaml index d58aaff5c..98c951293 100644 --- a/.github/workflows/flatpak.yaml +++ b/.github/workflows/flatpak.yaml @@ -15,5 +15,5 @@ jobs: - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: devpod.flatpak - manifest-path: desk/src-tauri/flatpak.yml + manifest-path: desktop/src-tauri/flatpak.yml cache-key: flatpak-builder-${{ github.sha }} \ No newline at end of file