mirror of https://github.com/libsdl-org/SDL
ci: fix artifacts on libsdl-org repo
This commit is contained in:
parent
1ef3263ad4
commit
bc8f4a1d0b
|
@ -34,7 +34,7 @@ jobs:
|
||||||
--github-variable-prefix platforms \
|
--github-variable-prefix platforms \
|
||||||
--github-ci \
|
--github-ci \
|
||||||
--verbose \
|
--verbose \
|
||||||
${{ github.repository_owner != 'libsdl-org' && '--no-artifact' }} \
|
${{ (github.repository_owner != 'libsdl-org' && '--no-artifact') || '' }} \
|
||||||
--commit-message-file /tmp/commit_message.txt
|
--commit-message-file /tmp/commit_message.txt
|
||||||
level1:
|
level1:
|
||||||
needs: [controller]
|
needs: [controller]
|
||||||
|
|
|
@ -198,7 +198,7 @@ class JobDetails:
|
||||||
cpactions_install_cmd: str = ""
|
cpactions_install_cmd: str = ""
|
||||||
setup_vita_gles_type: str = ""
|
setup_vita_gles_type: str = ""
|
||||||
|
|
||||||
def to_workflow(self, enable_artifacts) -> dict[str, str|bool]:
|
def to_workflow(self, enable_artifacts: bool) -> dict[str, str|bool]:
|
||||||
data = {
|
data = {
|
||||||
"name": self.name,
|
"name": self.name,
|
||||||
"os": self.os,
|
"os": self.os,
|
||||||
|
|
Loading…
Reference in New Issue