Skip to content

Commit

Permalink
ci: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Aug 26, 2024
1 parent 7aca262 commit 0a29f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run tests and lint
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: cassette.flatpak
bundle: foldy.flatpak
manifest-path: build-aux/flatpak/io.github.Rirusha.Foldy.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
cache-key: flatpak-builder-${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/CI-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run tests and lint
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: cassette.flatpak
bundle: foldy.flatpak
manifest-path: build-aux/flatpak/io.github.Rirusha.Foldy.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 0a29f57

Please sign in to comment.