Skip to content

Commit

Permalink
remove --default-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Jan 2, 2025
1 parent b1f9010 commit af3eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
sudo apt install flatpak
sudo apt install flatpak-builder
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --default-branch=stable --install builddir io.github.darrellroberts.minesweeper.yml
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir io.github.darrellroberts.minesweeper.yml
flatpak build-bundle repo minesweeper.flatpak io.github.darrellroberts.minesweeper
- name: Create GitHub Release
Expand Down

0 comments on commit af3eaf7

Please sign in to comment.