Skip to content

Commit 625b8d4

Browse files
committed
Move manifest into top-level before starting build
Signed-off-by: Matthew J. Milner <[email protected]>
1 parent 987d8fa commit 625b8d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/flatpak.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ jobs:
6363
with:
6464
repository: flathub/shared-modules
6565
path: shared-modules
66+
67+
- name: Move manifest
68+
run: mv avogadroapp/flatpak/org.openchemistry.Avogadro2.yaml ./
6669

6770
- name: Build with flatpak-builder
6871
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
6972
with:
7073
bundle: avogadro2.flatpak
7174
branch: nightly
72-
manifest-path: avogadroapp/flatpak/org.openchemistry.Avogadro2.yaml
75+
manifest-path: org.openchemistry.Avogadro2.yaml
7376
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)