From c6f3ddbe2dc22e0fc57b5649a9ad3e2b98d74849 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Fri, 3 May 2024 12:47:20 -0400 Subject: [PATCH] Use the correct folder name --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b89cdee..692f83c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -153,7 +153,7 @@ jobs: --output out # Get the basename of the GBL in `outputs` - output_basename=$(basename -- $(basename -- $(ls -1 artifacts/*.gbl | head -n 1)) .gbl) + output_basename=$(basename -- $(basename -- $(ls -1 outputs/*.gbl | head -n 1)) .gbl) echo "output_basename=$output_basename" >> $GITHUB_OUTPUT - name: Install node within container (act)