Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #30 from nmlynch94/remote-install #31

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/release-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ jobs:
flatpak \
flatpak-builder \
elfutils
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Cache Flatpak builder
id: cache-flatpak-builder
uses: actions/cache@v4
with:
path: .flatpak-builder
key: ${{ runner.os }}-flatpak-builder-${{ github.workflow }}
- name: Build Flatpak
run: |
./build.sh sign
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
./build.sh
- name: Push Flatpak repository
run: |
cd repo
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.