Skip to content

Commit c35b086

Browse files
committed
Fixes the artifact location.
1 parent ea1e879 commit c35b086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
- name: Generate artifact attestation
4242
uses: actions/attest-build-provenance@v2
4343
with:
44-
subject-path: _build/default/vult.exe
44+
subject-path: _build/default/src/vult.exe
4545

4646
- name: Upload the build artifact
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: ${{ matrix.os }}-${{ matrix.ocaml-compiler }}-vult.exe
50-
path: _build/default/vult.exe
50+
path: _build/default/src/vult.exe

0 commit comments

Comments
 (0)