From a1e3c7202e79142d96cbbc9c9a77c8095f86f811 Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Tue, 17 Dec 2024 11:37:59 +0300 Subject: [PATCH] fix github action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89512e4..e6289dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,5 +18,5 @@ jobs: - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: qocker.flatpak - manifest-path: flatpak/sa.sy.qocker.json - cache-key: flatpak-builder-${{ github.sha }} + manifest-path: flatpak/sa.sy.Qocker.yaml + cache-key: flatpak-builder-${{ github.sha }} \ No newline at end of file