From c07e00ec9f210a32079cd896ae4fdcc205eeb6b4 Mon Sep 17 00:00:00 2001 From: Michael D Starch Date: Thu, 18 Apr 2024 18:25:38 -0700 Subject: [PATCH] Fixing the ./.github problem --- .github/workflows/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 3d25a02c1..412ef7d93 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -11,7 +11,7 @@ on: jobs: run: name: "Package" - uses: ".github/workflows/native-build.yml" + uses: "./.github/workflows/native-build.yml" with: build: ./compiler/install test: ./compiler/test