mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 15:15:38 +00:00
Updated build-locally (step 4) [skip ci]
This commit is contained in:
parent
d5d667cfba
commit
d4ebcc5c60
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -115,3 +115,5 @@ CPackSourceConfig.cmake
|
|||
es-de-build-dir
|
||||
es-de-repo
|
||||
retrodeck-repo
|
||||
net.retrodeck.es-de.yml.bak
|
||||
net.retrodeck.es-de.yml
|
||||
|
|
|
@ -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.
|
||||
|
||||
# Define paths
|
||||
rd_manifest="${GITHUB_WORKSPACE}/es-de-module.yml"
|
||||
rd_manifest="${GITHUB_WORKSPACE}/net.retrodeck.es-de"
|
||||
automation_task_list="${GITHUB_WORKSPACE}/automation_tools/automation_task_list.cfg"
|
||||
|
||||
# Retrieve current git branch
|
||||
|
|
Loading…
Reference in a new issue