We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1e879 commit c35b086Copy full SHA for c35b086
.github/workflows/workflow.yml
@@ -41,10 +41,10 @@ jobs:
41
- name: Generate artifact attestation
42
uses: actions/attest-build-provenance@v2
43
with:
44
- subject-path: _build/default/vult.exe
+ subject-path: _build/default/src/vult.exe
45
46
- name: Upload the build artifact
47
uses: actions/upload-artifact@v4
48
49
name: ${{ matrix.os }}-${{ matrix.ocaml-compiler }}-vult.exe
50
- path: _build/default/vult.exe
+ path: _build/default/src/vult.exe
0 commit comments