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
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -582,7 +582,6 @@ jobs:
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user