Skip to content

Commit

Permalink
Update flatpak actions to new namespace (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Mar 17, 2023
1 parent e6d6000 commit d31ce8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: tasks.flatpak
manifest-path: io.elementary.tasks.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: tasks.flatpak
manifest-path: io.elementary.tasks.yml
Expand All @@ -42,7 +42,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Deploy
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
uses: flatpak/flatpak-github-actions/flat-manager@v4
with:
repository: appcenter
flat-manager-url: https://flatpak-api.elementary.io
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release

on:
pull_request:
branches: master
types: closed
branches: [master]
types: [closed]

jobs:
create_release:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
platforms: arm64

- name: Build
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: tasks.flatpak
manifest-path: io.elementary.tasks.yml
Expand All @@ -65,7 +65,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Deploy
uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v4
uses: flatpak/flatpak-github-actions/flat-manager@v4
with:
repository: appcenter
flat-manager-url: https://flatpak-api.elementary.io
Expand Down

0 comments on commit d31ce8c

Please sign in to comment.