Workflow
This commit is contained in:
parent
99e88ba648
commit
4e323f9f07
5
.github/workflows/move-to-main-repo.yaml
vendored
5
.github/workflows/move-to-main-repo.yaml
vendored
@ -68,6 +68,11 @@ jobs:
|
|||||||
install_file="install/${script_name}-install.sh"
|
install_file="install/${script_name}-install.sh"
|
||||||
json_file="frontend/public/json/${script_name}.json"
|
json_file="frontend/public/json/${script_name}.json"
|
||||||
|
|
||||||
|
echo "Checking for files:"
|
||||||
|
echo "CT File: $ct_file"
|
||||||
|
echo "Install File: $install_file"
|
||||||
|
echo "JSON File: $json_file"
|
||||||
|
|
||||||
if [[ -f "$ct_file" ]]; then
|
if [[ -f "$ct_file" ]]; then
|
||||||
echo "ct file found."
|
echo "ct file found."
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user