From 1f2e89bab4c2925aa5ba97ce90669c2802c08bc4 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Fri, 24 Feb 2023 21:20:16 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f1c100..613e792 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: id: sc64version with: pattern: '\/' - string: ${{ github.ref_name }} + string: '-${{ github.ref_name }}' replace-with: '-' - name: Build everything @@ -82,7 +82,7 @@ jobs: id: sc64version with: pattern: '\/' - string: ${{ github.ref_name }} + string: '-${{ github.ref_name }}' replace-with: '-' - name: Setup python