Skip to content

Commit

Permalink
Move manifest into top-level before starting build
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Nov 10, 2024
1 parent 987d8fa commit 625b8d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ jobs:
with:
repository: flathub/shared-modules
path: shared-modules

- name: Move manifest
run: mv avogadroapp/flatpak/org.openchemistry.Avogadro2.yaml ./

- name: Build with flatpak-builder
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: avogadro2.flatpak
branch: nightly
manifest-path: avogadroapp/flatpak/org.openchemistry.Avogadro2.yaml
manifest-path: org.openchemistry.Avogadro2.yaml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 625b8d4

Please sign in to comment.