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