mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 20:02:11 +03:00
Need 8 characters
This commit is contained in:
parent
16f584b519
commit
ffecae17a7
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', ''))
|
core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', ''))
|
||||||
core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 7))
|
core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 8))
|
||||||
|
|
||||||
linux_build:
|
linux_build:
|
||||||
needs: [variables]
|
needs: [variables]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user