Skip to content

Commit

Permalink
tentative CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Apr 18, 2024
1 parent 4595118 commit ca5c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- id: vars
shell: bash
run: echo "##[set-output name=ref;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "ref=$(echo ${GITHUB_REF#refs/*/})" >> ${GITHUB_OUTPUT}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ca5c60a

Please sign in to comment.