ci: fix artifacts on libsdl-org repo

This commit is contained in:
Anonymous Maarten 2024-07-30 22:55:36 +02:00
parent 1ef3263ad4
commit bc8f4a1d0b
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ class JobDetails:
cpactions_install_cmd: 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 = {
"name": self.name,
"os": self.os,