From 975bd2ef5ce803b1425b71077c89810bc139e2ab Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sat, 4 May 2024 02:52:17 +0200 Subject: [PATCH] Fix flathub pipeline --- .github/com.quexten.Goldwarden.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/com.quexten.Goldwarden.yml b/.github/com.quexten.Goldwarden.yml index b177f29..1f8d549 100644 --- a/.github/com.quexten.Goldwarden.yml +++ b/.github/com.quexten.Goldwarden.yml @@ -32,7 +32,7 @@ modules: - type: git url: https://gitlab.gnome.org/jwestman/blueprint-compiler tag: v0.12.0 - - ./gui/python3-requirements.json + - ../gui/python3-requirements.json - name: goldwarden-python-ui buildsystem: simple build-commands: @@ -45,7 +45,7 @@ modules: - blueprint-compiler batch-compile /app/bin/src/gui/.templates/ /app/bin/src/gui/ /app/bin/src/gui/*.blp sources: - type: dir - path: ./ + path: ../gui/ - name: goldwarden-core-daemon buildsystem: simple build-commands: