Skip to content

Commit 45757ee

Browse files
authored
Move working-directory definition to step
1 parent 55db4f6 commit 45757ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-evaluator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,13 @@ jobs:
4545
- target: aarch64-apple-darwin
4646
os: macos-latest
4747
runs-on: ${{ matrix.os }}
48-
defaults:
49-
run:
50-
working-directory: ./evaluator
5148
steps:
5249
- uses: actions/checkout@v4
5350
with:
5451
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}
5552
- uses: taiki-e/upload-rust-binary-action@v1
5653
with:
54+
working-directory: ./evaluator
5755
bin: quint_evaluator
5856
target: ${{ matrix.target }}
5957
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)