Fix tabs with spaces in build.yml (#65)

* Fix tabs with spaces

* Switching to manual dispatch for the built workflow

This is for private testing

* Switching to simpler manual dispatch trigger

* Back to original trigger
This commit is contained in:
Sayantan Chaudhuri 2023-06-12 22:53:01 +05:30 committed by GitHub
parent a3e64b6f1b
commit b2c9183c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -577,15 +577,14 @@ jobs:
with:
submodules: 'true'
- name: Build Flatpak (Linux)
if: inputs.build_type == 'Release'
if: inputs.build_type == 'Release'
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "PollyMC.flatpak"
manifest-path: flatpak/org.fn2006.PollyMC.yml
- name: Upload Flatpak (Linux)
if: runner.os == 'Linux' && matrix.qt_ver != 5
uses: actions/upload-artifact@v3
with:
name: PollyMC-${{ env.VERSION }}-x86_64.flatpak
path: PollyMC.flatpak
if: runner.os == 'Linux' && matrix.qt_ver != 5
uses: actions/upload-artifact@v3
with:
name: PollyMC-${{ env.VERSION }}-x86_64.flatpak
path: PollyMC.flatpak