From ca5c60ab6ae2c3f447c59c3d4fbcd1f113a54f62 Mon Sep 17 00:00:00 2001 From: Dorian Lesbre Date: Thu, 18 Apr 2024 11:39:44 +0200 Subject: [PATCH] tentative CI fix --- .github/workflows/ocaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ocaml.yml b/.github/workflows/ocaml.yml index fb5b9f5..76a1c79 100644 --- a/.github/workflows/ocaml.yml +++ b/.github/workflows/ocaml.yml @@ -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: