mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-08 10:25:39 +00:00
WORKFLOW: fix for flatpak installation for testing
This commit is contained in:
parent
6b6f706efa
commit
a51b66ed9d
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
@ -340,7 +340,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
run: |
|
||||
ls -lah retrodeck-artifacts
|
||||
flatpak install --user --bundle --noninteractive -y "retrodeck-artifacts/RetroDECK*.flatpak"
|
||||
flatpak install --user --bundle --noninteractive -y "retrodeck-artifacts/RetroDECK"*".flatpak
|
||||
|
||||
# Run Post Build Checks
|
||||
- name: Run Post Build Checks
|
||||
|
|
Loading…
Reference in a new issue