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:
parent
a3e64b6f1b
commit
b2c9183c41
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -577,15 +577,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- name: Build Flatpak (Linux)
|
- name: Build Flatpak (Linux)
|
||||||
if: inputs.build_type == 'Release'
|
if: inputs.build_type == 'Release'
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: "PollyMC.flatpak"
|
bundle: "PollyMC.flatpak"
|
||||||
manifest-path: flatpak/org.fn2006.PollyMC.yml
|
manifest-path: flatpak/org.fn2006.PollyMC.yml
|
||||||
|
|
||||||
- name: Upload Flatpak (Linux)
|
- name: Upload Flatpak (Linux)
|
||||||
if: runner.os == 'Linux' && matrix.qt_ver != 5
|
if: runner.os == 'Linux' && matrix.qt_ver != 5
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PollyMC-${{ env.VERSION }}-x86_64.flatpak
|
name: PollyMC-${{ env.VERSION }}-x86_64.flatpak
|
||||||
path: PollyMC.flatpak
|
path: PollyMC.flatpak
|
||||||
|
Loading…
Reference in New Issue
Block a user