mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Job6 - Specified local repo location
This commit is contained in:
parent
be4a777ced
commit
8a910270f3
2
.github/workflows/cooker.yml
vendored
2
.github/workflows/cooker.yml
vendored
|
@ -291,7 +291,7 @@ jobs:
|
|||
#if: steps.cache-cooker.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
#cd $GITHUB_WORKSPACE
|
||||
sudo flatpak build-bundle local RetroDECK.flatpak net.retrodeck.retrodeck
|
||||
sudo flatpak build-bundle $GITHUB_WORKSPACE/local RetroDECK.flatpak net.retrodeck.retrodeck
|
||||
|
||||
- name: Compressing cache
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue