mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-19 07:16:21 +00:00
Change how the GitHub SHA is referenced in MSVC.yml
This commit is contained in:
parent
4628cd0e0b
commit
1a98b430ed
4
.github/workflows/MSVC.yml
vendored
4
.github/workflows/MSVC.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Get short SHA
|
||||
id: slug
|
||||
shell: powershell
|
||||
run: echo "::set-output name=sha8::$('${{env.GITHUB_SHA}}'.Substring(0,8))"
|
||||
run: echo "::set-output name=sha8::$('${{github.sha}}'.Substring(0,8))"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Get short SHA
|
||||
id: slug
|
||||
shell: powershell
|
||||
run: echo "::set-output name=sha8::$('${{env.GITHUB_SHA}}'.Substring(0,8))"
|
||||
run: echo "::set-output name=sha8::$('${{github.sha}}'.Substring(0,8))"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user