From e833914214d44cbcdcd0192406f61c39e2ad942d Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Mon, 5 Jan 2026 17:20:04 -0800 Subject: [PATCH] Fix cwd --- .github/workflows/build-distribute.yml | 1 + scripts/dev/run_local_fake_action.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 scripts/dev/run_local_fake_action.sh diff --git a/.github/workflows/build-distribute.yml b/.github/workflows/build-distribute.yml index e65cd6e..f97837a 100644 --- a/.github/workflows/build-distribute.yml +++ b/.github/workflows/build-distribute.yml @@ -11,6 +11,7 @@ permissions: id-token: write env: VERSION_PREFIX: "commit" + working_directory: ${{ github.workspace }} jobs: build-and-release: runs-on: ubuntu-latest diff --git a/scripts/dev/run_local_fake_action.sh b/scripts/dev/run_local_fake_action.sh deleted file mode 100644 index a9bf588..0000000 --- a/scripts/dev/run_local_fake_action.sh +++ /dev/null @@ -1 +0,0 @@ -#!/bin/bash