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 id: sc64version
with: with:
pattern: '\/' pattern: '\/'
string: ${{ github.ref_name }} string: '-${{ github.ref_name }}'
replace-with: '-' replace-with: '-'
- name: Build everything - name: Build everything
@ -82,7 +82,7 @@ jobs:
id: sc64version id: sc64version
with: with:
pattern: '\/' pattern: '\/'
string: ${{ github.ref_name }} string: '-${{ github.ref_name }}'
replace-with: '-' replace-with: '-'
- name: Setup python - name: Setup python