This commit is contained in:
Mateusz Faderewski 2023-02-24 21:20:16 +01:00
parent 7d9a2bbf65
commit 1f2e89bab4

View File

@ -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