From e8ab7fc7ee3ae7238ed4a11308dcdba21fa135a5 Mon Sep 17 00:00:00 2001 From: 7mochi Date: Thu, 12 Sep 2024 19:49:45 -0500 Subject: [PATCH] chore: add missing cd command to release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d11af5c..b60f43f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout LLHL repository run: | git clone https://github.com/7mochi/llhl - git checkout ${{github.ref}} + cd llhl && git checkout ${{github.ref}} && cd $GITHUB_WORKSPACE - name: Install Node.js (v12) run: |