More path fixes

This commit is contained in:
daz 2024-04-10 21:34:44 -06:00
parent 1ceb6d2b77
commit c1e92c7192
No known key found for this signature in database

View File

@ -30,9 +30,11 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
npm install typed-rest-client@1.8.11 --no-save npm install typed-rest-client@1.8.11 --no-save
working-directory: sources
- name: Update checksums file - 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 # If there are no changes, this action will not create a pull request
- name: Create or update pull request - name: Create or update pull request