Minor change to Windows SHA

This commit is contained in:
Andrzej Janik 2024-04-28 01:21:32 +02:00
parent 2537a3432d
commit be6dcf1b3d

View file

@ -59,7 +59,7 @@ jobs:
Expand-Archive -Path target/release/zluda.zip -DestinationPath target/release
# https://stackoverflow.com/a/74033027
- name: Set revision hash
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 8))" >> $env:GITHUB_ENV
run: echo "SHORT_SHA=$("${{ github.sha }}".SubString(0, 7))" >> $env:GITHUB_ENV
- name: Upload
uses: actions/upload-artifact@v4
with: