chore: Update Windows profile build workflow to include version bump step

This commit is contained in:
Mauro Balades
2024-07-22 19:41:15 +02:00
parent 18a21bd85a
commit 8de06906b8

View File

@@ -288,12 +288,12 @@ jobs:
distro-flatpak:
name: Build flatpak repos
needs: [release]
needs: [linux]
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
if: ${{ github.event.inputs.create_release == 'true' && false }}
if: ${{ github.event.inputs.create_release == 'true' }}
steps:
- uses: actions/checkout@v3