mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Path fix for pre_build_automation
This commit is contained in:
parent
62884152ac
commit
61fb816bfb
|
@ -38,7 +38,7 @@ set -e
|
||||||
# url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands.
|
# url: This is used to calculate a dynamic URL and the value to the $calculated_url environmental variable, for use in other subsequent commands.
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
rd_manifest="${GITHUB_WORKSPACE}/net.retrodeck.es-de"
|
rd_manifest="${GITHUB_WORKSPACE}/es-de-module.yml"
|
||||||
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
|
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
|
||||||
|
|
||||||
# Retrieve current git branch
|
# Retrieve current git branch
|
||||||
|
|
Loading…
Reference in a new issue