We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manifest-path
working-directory
1 parent 45757ee commit 8c47da6Copy full SHA for 8c47da6
.github/workflows/release-evaluator.yml
@@ -51,7 +51,7 @@ jobs:
51
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}
52
- uses: taiki-e/upload-rust-binary-action@v1
53
with:
54
- working-directory: ./evaluator
+ manifest-path: ./evaluator/Cargo.toml
55
bin: quint_evaluator
56
target: ${{ matrix.target }}
57
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments