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