From c9a7088a4992491aca66d9cd3398424746c12593 Mon Sep 17 00:00:00 2001 From: Maksim Verkoshanskii <48138666+ellizio@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:34:59 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6497156..573bfd2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/upload-artifact@v3 if: always() with: - name: ${{ github.event.repository.name }}.CI.${{ github.ref_name }} + name: ${{ github.event.repository.name }}.CI.${{ github.ref_name//\//- }} path: output Test: runs-on: ubuntu-latest