Skip to content

Commit

Permalink
Fix actions location in README
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 authored and barthalion committed Feb 22, 2024
1 parent a21be69 commit 6d0dd36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -157,13 +157,13 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
name: "Build"
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
cache-key: flatpak-builder-${{ github.sha }}
- uses: flathub/flatpak-github-actions/flat-manager@v4
- uses: flathub-infra/flatpak-github-actions/flat-manager@master
name: "Deploy"
with:
repository: elementary
Expand Down

0 comments on commit 6d0dd36

Please sign in to comment.