Skip to content

Commit

Permalink
fix: update flatpak GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
solsticedhiver committed Nov 23, 2023
1 parent a712f25 commit c1dc5eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
outputs:
output1: ${{ steps.version.outputs.version }}
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-22.08
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
options: --privileged
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create version
id: version
run: echo "version=v$(grep ^version pubspec.yaml |cut -f 2 -d ' '|cut -f 1 -d '+')" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install missing nodejs and other packages [for act run]
if: ${{ env.ACT }}
run: sudo dnf install -y nodejs tar zstd
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: flarte-${{ steps.version.outputs.version }}-x86_64.flatpak
manifest-path: flatpak/io.github.solsticedhiver.flarte.yml
Expand Down

0 comments on commit c1dc5eb

Please sign in to comment.