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.
1 parent 55db4f6 commit 45757eeCopy full SHA for 45757ee
.github/workflows/release-evaluator.yml
@@ -45,15 +45,13 @@ jobs:
45
- target: aarch64-apple-darwin
46
os: macos-latest
47
runs-on: ${{ matrix.os }}
48
- defaults:
49
- run:
50
- working-directory: ./evaluator
51
steps:
52
- uses: actions/checkout@v4
53
with:
54
ref: ${{ github.event.inputs.tag && format('refs/tags/evaluator/{0}', github.event.inputs.tag) || github.ref }}
55
- uses: taiki-e/upload-rust-binary-action@v1
56
+ working-directory: ./evaluator
57
bin: quint_evaluator
58
target: ${{ matrix.target }}
59
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments