mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
PUSH_MAIN_TO_flathub: fixed manifest
This commit is contained in:
parent
9c90de2234
commit
978d0b488c
|
@ -6,7 +6,7 @@
|
||||||
if [ -z "${GITHUB_WORKSPACE}" ]; then
|
if [ -z "${GITHUB_WORKSPACE}" ]; then
|
||||||
gits_folder="${GITHUB_WORKSPACE}/tmp/gits" # without last /
|
gits_folder="${GITHUB_WORKSPACE}/tmp/gits" # without last /
|
||||||
else
|
else
|
||||||
gits_folder="${PWD}/tmp/gits" # without last /
|
gits_folder="/tmp/gits" # without last /
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue