Skip to content

Commit

Permalink
Specify test branch for bundle, as defaults to master otherwise
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 13, 2024
1 parent d5334d0 commit 2c56246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: flatpak-builder --force-clean --user --install-deps-from=flathub --arch=x86_64 --default-branch=test --repo=repo builddir org.openchemistry.Avogadro2.yaml

- name: Create bundle
run: flatpak build-bundle repo Avogadro2.flatpak org.openchemistry.Avogadro2
run: flatpak build-bundle repo Avogadro2.flatpak org.openchemistry.Avogadro2 test

- name: Upload bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2c56246

Please sign in to comment.