mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-21 02:38:14 +00:00
ci: fix artifacts on libsdl-org repo
This commit is contained in:
2
.github/workflows/create-test-plan.py
vendored
2
.github/workflows/create-test-plan.py
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user