From 2ec8315ab9da745d9626c5bbc870f1543b8d2b6f Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:50:14 +0800 Subject: [PATCH] update --- .github/workflows/build_new.yml | 2 +- .github/workflows/{templates => }/template_build.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{templates => }/template_build.yml (100%) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index b2f3045..71f4e06 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: .github/workflows/templates/template_build.yml@develop # Path to the reusable workflow file + uses: ./.github/workflows/template_build.yml # Path to the reusable workflow file # Pass inputs required by the reusable workflow with: # Pass values from the matrix context and global env diff --git a/.github/workflows/templates/template_build.yml b/.github/workflows/template_build.yml similarity index 100% rename from .github/workflows/templates/template_build.yml rename to .github/workflows/template_build.yml