From 249d750d66334031658ef764ca67dd38645efd02 Mon Sep 17 00:00:00 2001 From: Rajdeep Singha <68198116+Suzie97@users.noreply.github.com> Date: Fri, 3 Sep 2021 21:31:45 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18c0385b..d6e96bd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: # This is the name of the Bundle file we're building and can be anything you like bundle: Communique.flatpak # This uses your app's RDNN ID - manifest-path: build-aux/flatpak/org.gnome.FeedReader.yml + manifest-path: build-aux/flatpak/com.github.suzie97.communique.yml # You can automatically run any of the tests you've created as part of this workflow run-tests: true