mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Fixed flathub_push workflow -fix2
This commit is contained in:
parent
1c2a1eb3e9
commit
e194bf5034
2
.github/workflows/flathub_push_cooker.yml
vendored
2
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
|||
git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub
|
||||
cd $gits_folder
|
||||
git clone --recursive https://github.com/XargonWan/RetroDECK RetroDECK
|
||||
cd $gits_folder/RetroDECK
|
||||
|
||||
# NON-EDITABLES
|
||||
#relname="$rd_branch-"$(date +%d%m%y.%H%M)
|
||||
relname="cooker-"$(git rev-parse --short HEAD)
|
||||
|
||||
cd $gits_folder/RetroDECK
|
||||
git checkout $rd_branch
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Reference in a new issue