From 1a5327d893fe3e2aab8077ce5801e04edaa7eadf Mon Sep 17 00:00:00 2001 From: Heikel Date: Fri, 1 Nov 2024 13:32:24 +0100 Subject: [PATCH] feat: add workflow to build binary --- .github/workflows/build-tailcall.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-tailcall.yml b/.github/workflows/build-tailcall.yml index 12852a74af..597c6fe7be 100644 --- a/.github/workflows/build-tailcall.yml +++ b/.github/workflows/build-tailcall.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: MedHeikeBouzayene/tailcall + repository: MedHeikelBouzayene/tailcall ref: fix/graphql_nested_queries test: @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: MedHeikeBouzayene/tailcall + repository: MedHeikelBouzayene/tailcall ref: fix/graphql_nested_queries - uses: taiki-e/install-action@cargo-llvm-cov @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: MedHeikeBouzayene/tailcall + repository: MedHeikelBouzayene/tailcall ref: fix/graphql_nested_queries - name: Set up Rust @@ -107,7 +107,7 @@ jobs: - name: Checkout Current Branch (Fast) uses: actions/checkout@v4 with: - repository: MedHeikeBouzayene/tailcall + repository: MedHeikelBouzayene/tailcall ref: fix/graphql_nested_queries - id: create_release @@ -141,7 +141,7 @@ jobs: - name: Checkout Current Branch (Fast) uses: actions/checkout@v4 with: - repository: MedHeikeBouzayene/tailcall + repository: MedHeikelBouzayene/tailcall ref: fix/graphql_nested_queries - name: Install Correct Toolchain