From a7ebf4d5731dc7f4dca318db23282fae4df57022 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:41:57 +0800 Subject: [PATCH] update uses github/workflows --- .github/workflows/build_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 61b50d8..348b9da 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -46,7 +46,7 @@ jobs: ARGS: "" # Default empty ARGS # Call the reusable workflow - uses: templates/template_build.yml@develop # Path to the reusable workflow file + uses: .github/workflows/templates/template_build.yml@develop # Path to the reusable workflow file # Pass inputs required by the reusable workflow with: # Pass values from the matrix context and global env