Skip to content

Commit

Permalink
Fix incorrect manual build working directory reference
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 24, 2024
1 parent 10158ca commit 89eb43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Get build parameters
shell: bash
working-directory: ${{ matrix.image }}
working-directory: ${{ matrix.directory }}
run: |
echo "run-lint-stage=$($(git rev-parse --show-toplevel)/bin/run-lint-stage.sh)" >> $GITHUB_ENV
echo "run-test-stage=$($(git rev-parse --show-toplevel)/bin/run-test-stage.sh)" >> $GITHUB_ENV
Expand All @@ -161,7 +161,7 @@ jobs:
- uses: polymathrobotics/container-build-publish-action@main
with:
workdir: ${{ matrix.image }}
workdir: ${{ matrix.directory }}
build-type: 'hosted'
run-lint-stage: ${{ env.run-lint-stage }}
run-test-stage: ${{ env.run-test-stage }}
Expand Down

0 comments on commit 89eb43f

Please sign in to comment.