Skip to content

Commit 8c47da6

Browse files
authored
Use manifest-path instead of working-directory
1 parent 45757ee commit 8c47da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-evaluator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}
5252
- uses: taiki-e/upload-rust-binary-action@v1
5353
with:
54-
working-directory: ./evaluator
54+
manifest-path: ./evaluator/Cargo.toml
5555
bin: quint_evaluator
5656
target: ${{ matrix.target }}
5757
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)