From c1e92c719254b0866b6859142fb54b15a8794000 Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 21:34:44 -0600 Subject: [PATCH] More path fixes --- .github/workflows/update-checksums-file.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index e408a36..14cd5ed 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -30,9 +30,11 @@ jobs: - name: Install dependencies run: | npm install typed-rest-client@1.8.11 --no-save + working-directory: sources - name: Update checksums file - run: node ./.github/workflows/update-checksums-file.js + run: node ../.github/workflows/update-checksums-file.js + working-directory: sources # If there are no changes, this action will not create a pull request - name: Create or update pull request