Update main.yml

This commit is contained in:
XargonWan 2022-04-02 22:33:24 +09:00 committed by GitHub
parent a21fe73de8
commit ad57fd7069

View file

@ -28,6 +28,7 @@ jobs:
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Run a multi-line script - name: Run a multi-line script
run: | run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
./build-flatpak.sh ./build-flatpak.sh
flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml
flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml