fix: powershell
This commit is contained in:
parent
6ab04e58e4
commit
4e0d544ab2
2
.github/workflows/nuitka.yml
vendored
2
.github/workflows/nuitka.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
id: get_short_sha_powershell
|
id: get_short_sha_powershell
|
||||||
run: |
|
run: |
|
||||||
$short_sha=${GITHUB_SHA}.substring(1,7)
|
$short_sha = (echo ${GITHUB_SHA}).substring(1,7)
|
||||||
Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user