Update flatpak.yml

This commit is contained in:
Nayla 2023-04-21 12:35:42 -04:00 committed by GitHub
commit 67054c8198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,10 +26,12 @@ jobs:
run: sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo && sudo flatpak install org.kde.Sdk//5.15 org.kde.Platform//5.15 -y && sudo dnf install libusb1-devel cmake git gcc-c++ libXext-devel libgudev qt6-qtbase-devel systemd-devel openal-soft-devel libevdev-devel libao-devel SOIL-devel libXrandr-devel pulseaudio-libs-devel bluez-libs-devel -y
# Run Flatpak Builder
- name: Run Flatpak Builder
run: flatpak-builder --repo=/home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/.flatpak/repo /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/build .flatpak/flatpak.yml
# Flatpak Build Bundle
- name: Run Flatpak Bundler
run: flatpak build-bundle /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/.flatpak/repo /home/runner/work/Dolphin-MPN-src/Dolphin-MPN-src/.flatpak/OUT/DolphinMPN.flatpak org.DolphinEmu.dolphin-mpn
uses: flatpak/flatpak-github-actions@v2
with:
# The relative path of the manifest file.
manifest-path: .flatpak/flatpak.yml
# The bundle name, by default it's app.flatpak
bundle: DolphinMPN-linux.flatpak
# Upload Artifact
- name: Upload Build Artifact
uses: actions/upload-artifact@v2