mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +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:
|
||||
script: |
|
||||
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:
|
||||
needs: [variables]
|
||||
|
Loading…
x
Reference in New Issue
Block a user